File: lookahead_test-parser.ads

package info (click to toggle)
libopentoken 3.0b-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,416 kB
  • ctags: 50
  • sloc: ada: 8,561; makefile: 122; sh: 1
file content (9 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
with OpenToken.Token.Enumerated;
with OpenToken.Token.Enumerated.Analyzer;

package Lookahead_Test.Parser is
   package Master_Example_Token is new Opentoken.Token.Enumerated (Example_Token_ID);
   package Tokenizer is new Master_Example_Token.Analyzer;

end Lookahead_Test.Parser;