|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| AntlrDDK.mak | D | 03-May-2024 | 5.9 KiB | 234 | 184 |
| AntlrMS.mak | D | 03-May-2024 | 6.1 KiB | 240 | 190 |
| AntlrPPC.mak | D | 03-May-2024 | 3.4 KiB | 102 | 100 |
| README | D | 03-May-2024 | 747 | 20 | 13 |
| antlr.1 | D | 03-May-2024 | 10.1 KiB | 210 | 209 |
| antlr.c | D | 03-May-2024 | 96.4 KiB | 3,565 | 3,236 |
| antlr.g | D | 03-May-2024 | 81.4 KiB | 2,587 | 2,366 |
| antlr.r | D | 03-May-2024 | 15.6 KiB | 788 | 727 |
| antlr1.txt | D | 03-May-2024 | 11.4 KiB | 265 | 207 |
| bits.c | D | 03-May-2024 | 28 KiB | 1,026 | 860 |
| build.c | D | 03-May-2024 | 20.7 KiB | 814 | 571 |
| dumpcycles.c | D | 03-May-2024 | 1.5 KiB | 68 | 61 |
| dumpnode.c | D | 03-May-2024 | 9.2 KiB | 424 | 389 |
| egman.c | D | 03-May-2024 | 9.3 KiB | 329 | 202 |
| err.c | D | 03-May-2024 | 19.9 KiB | 539 | 524 |
| fcache.c | D | 03-May-2024 | 3 KiB | 124 | 79 |
| fset.c | D | 03-May-2024 | 53.9 KiB | 1,556 | 1,141 |
| fset2.c | D | 03-May-2024 | 58 KiB | 2,251 | 1,755 |
| gen.c | D | 03-May-2024 | 137.2 KiB | 4,798 | 3,711 |
| generic.h | D | 03-May-2024 | 9.5 KiB | 287 | 163 |
| globals.c | D | 03-May-2024 | 17.3 KiB | 485 | 363 |
| hash.c | D | 03-May-2024 | 5.5 KiB | 222 | 156 |
| hash.h | D | 03-May-2024 | 2.1 KiB | 74 | 32 |
| lex.c | D | 03-May-2024 | 23.4 KiB | 879 | 691 |
| main.c | D | 03-May-2024 | 52.1 KiB | 1,748 | 1,492 |
| makefile | D | 03-May-2024 | 5.7 KiB | 222 | 27 |
| makefile.cygwin | D | 03-May-2024 | 5.6 KiB | 220 | 25 |
| makefile1 | D | 03-May-2024 | 2.9 KiB | 97 | 82 |
| misc.c | D | 03-May-2024 | 47.8 KiB | 1,865 | 1,319 |
| mode.h | D | 03-May-2024 | 296 | 13 | 12 |
| mrhoist.c | D | 03-May-2024 | 80.9 KiB | 3,031 | 2,390 |
| parser.dlg | D | 03-May-2024 | 20.8 KiB | 1,388 | 1,149 |
| pred.c | D | 03-May-2024 | 20.2 KiB | 822 | 646 |
| proto.h | D | 03-May-2024 | 38.3 KiB | 853 | 794 |
| scan.c | D | 03-May-2024 | 147.2 KiB | 5,736 | 4,853 |
| stdpccts.h | D | 03-May-2024 | 643 | 32 | 20 |
| syn.h | D | 03-May-2024 | 14.1 KiB | 391 | 264 |
| tokens.h | D | 03-May-2024 | 5.1 KiB | 247 | 213 |
README
1 ANTLR 1.33
2
3This directory contains the files necessary to build ANTLR.
4
5If you do a "make scrub", ANTLR will have to run on antlr.g and DLG
6will have to run on parser.dlg. Either
7
8(1) ANTLR uses the previous antlr in that directory to rebuild itself
9(2) Needs to find antlr on the search path
10
11You will find that running "antlr -gh antlr.g" will result in about
1210 ambiguity warnings. These are normal. Don't worry.
13
14If you do a "make clean" right after installation, ANTLR and DLG should
15not need to run; only the C files will compile.
16
17Don't forget to go into the makefile to uncomment the appropriate
18definitions for your OS/architecture/compiler or see the appropriate
19NOTES.?? file.
20