Questions tagged [cup]

CUP is a parser generator for Java.

CUP generates Look-Ahead Left Recursive parser in Java.

It is related to two other projects:

  • is a scanner generator which can rely on CUP
  • Classgen is a tool to generate class frameworks and visitor patterns
76 questions
-2
votes
2 answers

Simplest way to create a simple parse in Java

I know about CUP or javaCC or some other parser generators, but I want to add the ability to understand a simple language to my project, without the need to configure a complex tool as CUP. The language is something a little too complicated to be…
Paolo
  • 2,461
  • 5
  • 31
  • 45
1 2 3 4 5
6