Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JGT project

How to install project

  • First step
  • Second step
pip3 install virtualenv
  • Third step
python3 -m venv venv
  • Fourth step
In linux:source venv/bin/activate
In Windows:venv/Scripts/activate.bat
  • Fifth step
pip3 install -r requirements.txt

Code generation node types

  • Binary operations ('+', '-', '*', '/', '%', '>', '<', '>=', '<=', '==', '!=', '&&', '||', '=');
  • Unary operations ('!', '++', '--')
  • TYPE_NAME (byte, short, int,long,float,double, char, boolean, String)
  • IF_OPERATOR
  • PROGRAMM
  • SUGGESTION_LIST
  • DECLARE_A_VARIABLES
  • DECLARE_A_VARIABLE_LIST
  • CYCLE_FOR
  • CYCLE_WHILE
  • CYCLE_DO
  • IDENTIFICATOR
  • STRING
  • INTEGER_NUMBER
  • REAL_NUMBER
  • ARIFMETIC_EXPRESSION
  • LOGIC_EXPRESSION
  • STANDART_FUNCTIONS
    • Math.log
    • Math.pow
    • Math.sqrt
  • ARGUMENTS
  • ASSIGNMENT
  • OUTPUT_FUNCTION

About

Java-Go translator

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages