factor/basis/simple-tokenizer
Doug Coleman 15b13870ae peg.ebnf: Clean up EBNF: syntax.
The syntax for an EBNF parser is now ``EBNF: identifier string``. The
inline syntax went from [EBNF ...  EBNF] to EBNF[[ ]], EBNF[=[ ]=], etc.

<EBNF looked for a main word, but this functionality is just EBNF[[ ]]
now.
2017-08-05 22:23:57 -05:00
..
authors.txt
simple-tokenizer-docs.factor factor: Rename I[ ]I to [I I]. Fix places where we do "string"token without whitespace. 2015-08-06 17:05:12 -05:00
simple-tokenizer-tests.factor factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
simple-tokenizer.factor peg.ebnf: Clean up EBNF: syntax. 2017-08-05 22:23:57 -05:00
summary.txt adding some summary.txt files. 2013-04-26 17:43:24 -07:00
tags.txt