Skip to content

AxelHumeau/LobsterLang

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published