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
start_hacking [2023/04/02 22:48] revuskystart_hacking [2023/05/06 17:25] (current) revusky
Line 4: Line 4:
 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: 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://parsers.org/download/congocc-full.jar]]+[[https://parsers.org/download/congocc.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 congocc-full.jar <MyGrammar.ccc>+   java -jar congocc.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.