-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add tests for `(defconst ...)` declarations This adds a range of tests based on existing tests for the `(defconst ...)` declarartion. They are all failing of course :) * Update parser for defconst This updates the parser to parse defconst declarations. This also adds a number of invalid tests as well. * Constants are mostly working Constants are now mostly working, but there are a few edge cases to work through. * Final Fixes The final fixes are related to generalising exponentiation and shifting, as well as proper checking of identifiers during parsing.
- Loading branch information
1 parent
6c905cc
commit 13af9a0
Showing
63 changed files
with
1,494 additions
and
478 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.