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 revisionBoth sides next revision
technical_support [2022/05/25 01:13] revuskytechnical_support [2023/02/19 00:40] revusky
Line 1: Line 1:
 ====== Technical Support ====== ====== Technical Support ======
  
-Our policy is that we only provide technical support for the //latest// version of the tool. That is the version that you can download at [[https://javacc.com/download/javacc-full.jar]]. +Our policy is that we only provide technical support for the //latest// version of the tool. That is the version that you can download at [[https://congocc.far/download/congocc-full.jar]]. 
  
 Alternatively, your own build is fine //as long as it is built from the latest version of the code//, e.g. your jarfile is the result of: Alternatively, your own build is fine //as long as it is built from the latest version of the code//, e.g. your jarfile is the result of:
  
 <code> <code>
-      git clone https://github.com/javacc21/javacc21.git +      git clone https://github.com/congo-cc/congo-parser-generator.git congocc 
-      cd javacc21+      cd congocc
       ant full-jar       ant full-jar
 </code>    </code>   
Line 19: Line 19:
 In our view, this should not be considered onerous because, in the cases where you have a choice of expressing whatever construct in your grammar using legacy syntax, or using the newer features, you will pretty much invariably be better off using the newer features. So, using the latest feature set is helpful to us, and you will be better off also. (//In other words, it is win-win!//) In our view, this should not be considered onerous because, in the cases where you have a choice of expressing whatever construct in your grammar using legacy syntax, or using the newer features, you will pretty much invariably be better off using the newer features. So, using the latest feature set is helpful to us, and you will be better off also. (//In other words, it is win-win!//)
  
-The preferred way to ask any question is via the forum at https://discuss.congocc.org/ or you can open an issue at https://github.com/javacc21/javacc21 +The preferred way to ask any question is via the forum at https://discuss.congocc.org/ or you can open an issue at https://github.com/congo-cc/congo-parser-generator