meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
start_hacking [2020/03/14 12:09] revuskystart_hacking [2023/04/02 22:48] revusky
Line 2: Line 2:
  
  
-JavaCC 21 is based on the idea that things should //just work//. If all you want to do is use the tool, all you need to do is download the file:+CongoCC is based on the idea that things should //just work//. If all you want to do is use the tool, all you need to do is download the file:
  
-[[https://javacc.com/download/javacc-full.jar]]+[[https://parsers.org/download/congocc-full.jar]]
  
 There are no dependencies (aside from a JDK) and it should be runnable via: There are no dependencies (aside from a JDK) and it should be runnable via:
  
-   java -jar javacc-full.jar <MyGrammar.javacc>+   java -jar congocc-full.jar <MyGrammar.ccc>
  
 That’s all, folks! The above command-line should work on PC, Mac, or Linux.    That’s all, folks! The above command-line should work on PC, Mac, or Linux.   
Line 20: Line 20:
 You should be able to check out and build the code like so: You should be able to check out and build the code like so:
  
-    git clone https://github.com/javacc21/javacc21.git +    git clone https://github.com/congo-cc/congo-parser-generator.git congo 
-    cd javacc21+    cd congo
     ant     ant