Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.22 KB

LobsterLang

release Documentation Tests

LobsterLang is a mix of a imperative and functionnal language with a specific syntax, all of the brackets is defined with a '|' that correspond to a lobster claw.

Build GLaDOS

To build the project, use the Makefile command:

make

Launch LobsterLang Interpreter

To launch the LobsterLang interpreter, all you need to do is to launch the binary 'glados' without any argument

./glados

Launch the LobsterLang Compiler

To launch the LobsterLang compiler, you can precise multiple flags. By default, the file will be compiled and interpreted by the Virtual Machine The file compiled will be in the format filename.o

./glados [-flags] `filename`

Flags

    -c      compiling the file
    -e      interpretate the compiled file