-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lots of improvements to
som-interpreter
Added `Method` and `Primitive` class support Removed `Block>>#whileTrue` as a primitive Implemented `Block>>#restart` Implemented more primitives Improved how arguments are checked for correctness in primitives Fixed class hierarchies and lookups Blocks can now be evaluated outside of their original frame Replaced most panics by in-interpreter exceptions Improved string representations of values Renamed `som_lexer::Symbol` to `som_lexer::Token` Added more documentation Completed README.md Added `core-lib` as a submodule from `SOM-st/SOM`
- Loading branch information
Showing
28 changed files
with
1,373 additions
and
639 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "core-lib"] | ||
path = core-lib | ||
url = https://github.com/SOM-st/SOM.git |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
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.