Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.txt | 2025-03-28 | 273 Bytes | |
test_ada_parser.gpr | 2018-07-24 | 212 Bytes | |
parsers-ada.adb | 2011-03-19 | 19.6 kB | |
test_ada_parser.txt | 2011-03-19 | 10.1 kB | |
parsers-ada-get_character_literal.adb | 2010-06-23 | 2.7 kB | |
parsers-ada-get_identifier.adb | 2010-06-23 | 3.1 kB | |
parsers-ada-get_numeric_literal.adb | 2010-06-23 | 8.7 kB | |
parsers-ada-get_string_literal.adb | 2010-06-23 | 3.5 kB | |
parsers-ada.ads | 2010-06-23 | 12.9 kB | |
test_ada_parser.adb | 2010-06-23 | 3.3 kB | |
Totals: 10 Items | 64.4 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.