AxelBattigelli / TxtTikzConvert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TxtTikzConvert

What is this?

It is a natural language code converter to Tikz code

What is done ?

  • It read a file input.txt containing natural language code
  • It convert this in Tikz code
  • Then it's display in console and write in the file output.txt

Recognized instructions

Keywords

  • Variable
  • tantque ... faire - fin tantque
  • si ... faire - fin si
  • pour ... faire - pour
  • Ecrire, Lire, ...

Types of instructions

  • Name of programm
  • Variable assignments

Compilation

javac Main.java

Execution

java Main

About


Languages

Language:Java 100.0%