20 Commits (f0015441fd2c463fbd1a931e0d77a027e584cfad)

Author SHA1 Message Date
Raymon Zutekouw d2bccced4e Allow newlines between comments and statements 4 years ago
Raymon Zutekouw 0535251cda Cleanup grammar file 4 years ago
Raymon Zutekouw 06e72b9117 Match macro #include 4 years ago
Raymon Zutekouw 27a7a009c1 Explicitly allow spacing before loopBlockEnd 4 years ago
Raymon Zutekouw 6b0cb46bf6 Allow most common word separators for variables 4 years ago
Raymon Zutekouw 226873e71c Extend numeric operations to constant operations 4 years ago
Raymon Zutekouw 764b2d17b9 Match all instructions without arguments 4 years ago
Raymon Zutekouw ea54bb404d Match all instructions with number argument 4 years ago
Raymon Zutekouw 08df04a208 Match all instructions with variable argument 4 years ago
Raymon Zutekouw 833e82d5ec Use built-in NEWLINE Rule 4 years ago
Raymon Zutekouw 04b82f997d Allow extra newlines between statements 4 years ago
Raymon Zutekouw 4f8b28f22d Allow comments on their own line 4 years ago
Raymon Zutekouw 8d071dc6df Allow indented statements 4 years ago
Raymon Zutekouw 6a82314e54 Allow either spaces or tabs as spacing 4 years ago
Raymon Zutekouw 751dfcd5aa Extract newline grammar rule 4 years ago
Raymon Zutekouw bc366b7e1d Enforce newlines around body of loopBlock 4 years ago
Raymon Zutekouw a967f0649f Ensure operand is optional: only 0 or 1 4 years ago
Raymon Zutekouw 9c60b4d6ac Allow nested loopBlocks 4 years ago
Raymon Zutekouw 13b29b8bdc Parse till operators 4 years ago
Raymon Zutekouw 8bd1224889 Start with Pest Parser 4 years ago