Skip to content

Commit 5a02fd8

Browse files
authored
Update README.md
1 parent 9bffc8f commit 5a02fd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ easyCC.registerSemanticAction("#MyAction#",[&](int phase, Tokens &lexicalVector,
4141
Both libraries use the same Lexical and Syntax algorithms, and switching from one library to another requires minor changes.
4242
* EasyCCDev (EasyCC development mode) takes the JSON files as arguments in the final executable. This is useful during the development phase because the program does not need to be recompiled to apply changes in the JSON files.
4343
* EasyCCPro (EasyCC production mode) takes the JSON files as arguments to the CMake. The compile process for your program will be composed of two steps. First is embedding the JSON files into the executable. Second is compiling your program with the generated files.
44+
4445
For examples on how to use each library, check the calculator program in the `examples` directory.

0 commit comments

Comments
 (0)