mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
d1e5f1ed50
OpenToken is a facility for performing token analysis and parsing within the Ada language. It is designed to provide all the functionality of a traditional lexical analyzer/parser generator, such as lex/yacc. But due to the magic of inheritance and runtime polymorphism it is implemented entirely in Ada as withed-in code. No precompilation step is required, and no messy tool-generated source code is created. The tradeoff is that the grammar is generated at runtime. WWW: http://stephe-leake.org/ada/opentoken.html
12 lines
329 B
Plaintext
12 lines
329 B
Plaintext
--- build/common.gpr.orig 2014-02-21 20:14:57.000000000 +0000
|
|
+++ build/common.gpr
|
|
@@ -41,7 +41,7 @@ project Common is
|
|
"-O2",
|
|
"-gnat2012",
|
|
"-gnatfnoqQ",
|
|
- "-gnatwaeL",
|
|
+ "-gnatwaL",
|
|
"-fstack-check");
|
|
|
|
-- The project file syntax does not let us set a variable in a
|