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:
parent
006099a57c
commit
025a55f708
5 changed files with 133 additions and 84 deletions
|
|
@ -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````
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue