Implement interpreter for SIFL - #52
Merged
Merged
Conversation
rascmatt
force-pushed
the
sifl-interpreter
branch
from
January 26, 2026 23:04
454375f to
3093ed8
Compare
rascmatt
requested review from
Jozott00 and
Kartoshka54
and removed request for
Kartoshka54
January 26, 2026 23:06
Collaborator
|
Thanks for the swift push! I am excited to take a look at the Interpreter after work today, I will review it around 5 to 6 pm ! |
rascmatt
force-pushed
the
sifl-interpreter
branch
from
January 27, 2026 10:33
c3d87de to
a2c75b3
Compare
rascmatt
force-pushed
the
sifl-interpreter
branch
from
January 27, 2026 15:37
051cb8d to
9f3da29
Compare
rascmatt
force-pushed
the
sifl-interpreter
branch
from
January 27, 2026 15:40
9f3da29 to
4ddbd46
Compare
Collaborator
|
Very clean implementation, good job! Will merge it into main. |
Kartoshka54
approved these changes
Jan 27, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements a basic interpreter for SIFL programs. Extended the
replcommand to print the result value of the last value expression in the program. Evaluating 'pure' expressions (eval) is TBD (#51)