1
0
Fork 0
mirror of https://github.com/Reuh/candran.git synced 2025-10-27 09:59:29 +00:00

Fixed assignemnt operators priority bug

accidentaly added AST dumping to canc in the process
This commit is contained in:
Étienne Fildadut 2017-08-24 17:32:20 +02:00
parent 006099a57c
commit 025a55f708
5 changed files with 133 additions and 84 deletions

View file

@ -189,6 +189,8 @@ The library can be used standalone through the ```canc``` and ```can``` utility:
You can choosed to run only the preprocessor or compile using the ```-preprocess``` and ```-compile``` flags.
The ```-ast``` flag is also available for debugging, and will disable preprocessing, compiling and file writing, and instead directly dump the AST generated from the input file(s) to stdout.
* example uses :
````canc foo.can````