cleaned peg-lexer debugging dependencies

db4
Sam Anklesaria 2009-03-11 18:40:14 -05:00
parent b7284d8772
commit 6c3083a108
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
USING: hashtables assocs sequences locals math accessors multiline delegate strings
delegate.protocols kernel peg peg.ebnf lexer namespaces combinators parser words
tools.annotations prettyprint ;
delegate.protocols kernel peg peg.ebnf lexer namespaces combinators parser words ;
IN: peg-lexer
TUPLE: lex-hash hash ;