separated token handling to a separate file

This commit is contained in:
2014-01-04 06:31:14 +00:00
parent a81a2230d0
commit 78fb4223e9
6 changed files with 156 additions and 126 deletions

View File

@ -23,7 +23,7 @@ project Scheme is
package Compiler is
for Default_Switches ("Ada") use (
"-gnata", "-gnato", "-gnatN", "-gnatwl", "-gnat95"
"-gnata", "-gnato", "-gnatN", "-gnatwl", "-gnat95",
"-I@abs_srcdir@/../lib"
);
end Compiler;