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