glr2.cc: put glr_state_set and glr_stack_item in unnamed namespace
[bison.git] / examples / java / README.md
blob57b4a6ba2b4a9a3a940b25bff5bd35a21a6080b2
1 # Examples in Java
3 This directory contains examples of Bison grammar files in Java.
5 You can run `make` to compile these examples.  And `make clean` to tidy
6 afterwards.
8 ## simple/Calc.y
9 The usual calculator, a very simple version.
11 ## calc/Calc.y
12 The calculator, but with location tracking, debug traces, and a push parser.
14 <!---
16 Local Variables:
17 mode: markdown
18 fill-column: 76
19 ispell-dictionary: "american"
20 End:
22 Copyright (C) 2018-2021 Free Software Foundation, Inc.
24 Permission is granted to copy, distribute and/or modify this document
25 under the terms of the GNU Free Documentation License, Version 1.3 or
26 any later version published by the Free Software Foundation; with no
27 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
28 Texts.  A copy of the license is included in the "GNU Free
29 Documentation License" file as part of this distribution.
30 --->