Commit Graph

5 Commits

Author SHA1 Message Date
c7077bd0fd add: Variable declarations test. 2024-08-17 15:44:58 +08:00
ed36546b30 add: constant parser and variable parser. 2024-08-16 17:07:53 +08:00
bdcc59a2ab add: basic grammar parser including expression and program. 2024-08-15 16:18:32 +08:00
fee62ec289 chore: keyword 'div' instead of 'divide'.
rename 'ScannerTest' to 'ScannerTests'.
2024-08-14 22:47:45 +08:00
65d6b9794c fix: Using covariant interface for IParser and IParseResult.
Rename CanonSharp.Common to CanonSharp.Pascal.
2024-08-14 19:41:10 +08:00