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. 
