Skip to content

emmanuel-aubertin/aTHO_-compiler

Repository files navigation

aTHO_ compiler

Current version : pipeline status

A simple compiler.

From : aTHOlang imperative LL(k) langage

To : 64 bit 80x86 assembly langage (AT&T)

Installation :

Do make install

Or Ubuntu/Debian :

git clone https://gitlab.com/aTHO_/aTHO_compiler.git
cd ue_compilateur && make install

For all other distributions, it is sufficient to install all these dependencies:

flex, flexc++, libfl-dev, g++, gcc

Documentation :

If you want more documentation (MakeFile, aTHOlang ...), you can go here

See also :

aTHOlang official VS-code extension Click here

Updated 25 May 2021 by Aubertin Emmanuel