/tutorial/backtracking/tiny_parse/tiny_parse.e
http://github.com/tybor/Liberty · Specman e · 11 lines · 10 code · 1 blank · 0 comment · 1 complexity · 3abfcafeb226f4cc765a28320bd4b6bb MD5 · raw file
- class TINY_PARSE
- insert
- ARGUMENTS
- creation make
- feature
- make is
- do
- if argument_count
- end
- end