/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

  1. class TINY_PARSE
  2. insert
  3. ARGUMENTS
  4. creation make
  5. feature
  6. make is
  7. do
  8. if argument_count
  9. end
  10. end