Der neue Dienst "GitLab am KIT" ist unter gitlab.kit.edu erreichbar.

Skip to content

Add super simple test cases for lexer

uyunx requested to merge (removed):feature/lexer-tests into master
  1. Almost Keywords: Keywords with an extra trailing character, resulting in identifiers
  2. Integer Literal with leading zero: Must fail according to spec
  3. Uppercase Keywords: Keywords must be lexed case-sensitive
  4. Waffelrezept: (slightly modified from https://www.chefkoch.de/rezepte/662351168076093/Geheimes-Waffelrezept.html)
  5. Wild Whitespaces: A bit code in a mix of whitespaces

Merge request reports