matz / streem

prototype of stream based programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The test file should cover all keywords

zxylvlp opened this issue · comments

I think the test file should cover all keywords just like emit.

Are you talking about examples/fizzbuzz.strm?

I think it would be better to create more examples to cover the remaining keywords, since it might be more difficult to write an example that uses as many features as possible and is still readable and specific to a certain kind of task.

My cram tests are covering the entire parser right now.