Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
parsing_tree_example.adb | 2025-08-10 | 2.9 kB | |
readme.txt | 2025-08-10 | 273 Bytes | |
parsing_tree_example.gpr | 2025-07-30 | 376 Bytes | |
Totals: 3 Items | 3.5 kB | 0 |
This directory contains a full Ada 95 expression parser. To build a test program with GNAT you can go as follows: gnatmake -I../../ test_ada_parser.adb This test program parses various Ada 95 expressions, most of them borrowed from Ada Reference Manual.