Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 521 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 521 Bytes

Langue

How to use

alright, so all you can do is just set an integer variable and retrieve it

  1. Download the binary -> langue
  2. Write a file with a file extension ".mad" (not really necessary, even .cpp, .py and .js files are accepted XD)
  3. run ./langue <path/to/file> in the terminal and enjoy

How to write valid code

okay, so each instruction needs a different line number

  1. to set a variable: set <variable_name>
  2. to retrieve the value of that variable: get <variable_name>

easy!