Files
bison/examples/java
Akim Demaille 66ac4acc6c java: style changes
* data/skeletons/lalr1.java: Use more conventional function names for
Java.
Prefer < and <= to => and >.
Use the same approach for m4 quotation as in the other skeletons.
Fix indentation issues.

* tests/calc.at, tests/java.at, tests/javapush.at: Fix quotation style.
(main): Use 'args', not 'argv', the former seems more conventional and
is used elsewhere in Bison.
Prefer character literals to integers to denote characters.
* examples/java/Calc.y: Likewise.
2019-06-19 19:15:26 +02:00
..
2019-01-05 14:58:05 +01:00
2019-06-19 19:15:26 +02:00
2019-05-18 13:22:58 +02:00
2019-01-05 14:58:05 +01:00

Examples in Java

This directory contains examples of Bison grammar files in Java.

You can run make to compile these examples. And make clean to tidy afterwards.

java/Calc.y

The usual calculator.