Minres / CoreDSL

Xtext project to parse CoreDSL files
Apache License 2.0
14 stars 2 forks source link

Expression tests #112

Open AtomCrafty opened 6 months ago

AtomCrafty commented 6 months ago

Added test cases for all expression types and fixed a bunch of bugs that were discovered in the process. The tests mostly cover type analysis and some expression evaluation. More comprehensive evaluation tests will only be possible once #111 is resolved, so I will make that my next priority.