-
Notifications
You must be signed in to change notification settings - Fork 108
SUBST #320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SUBST #320
Conversation
Pull Request Test Coverage Report for Build 1610
💛 - Coveralls |
Any instructions how I can use this branch? How can I play with it? What's the language currently supported? |
Still not a working prototype. The quickest way is to yarn build
node dist/repl/repl.js 1 subst to run the REPL. |
8762c10
to
ac52319
Compare
9f6f610
to
8e8bd2f
Compare
8e8bd2f
to
ec08161
Compare
1. Now logical expressions are evaluated into expressions 2. Block expressions with a single statement as body, and if the statement is an Expression Statement with irreducible expression, the block will be reduced into undefined.
Last milestone left - make list prelude work. |
912fc49
to
30e841f
Compare
30e841f
to
01017ce
Compare
0fcf571
to
66e966f
Compare
Fix stringify.
e3c3232
to
dd3f81f
Compare
Fix also the complications of Infinity and NaN
dd3f81f
to
e0603d8
Compare
and update test snapshots
8188443
to
8d2afe7
Compare
fbb109d
to
2964ab1
Compare
084307a
to
aaa0045
Compare
After much bug fixing, many edge cases have been taken care of. There's probably a few left, such as: Nonetheless, it is a very useful tool, and these bugs can be sorted out along the way. |
No description provided.