Thakee Nathees
d0229a9744
minor refactors for internal documenting.
2021-06-17 01:05:37 +05:30
Thakee Nathees
d8f1ee8fe3
Merge pull request #75 from ekinbarut/master
...
Changed the elif notation to else if
2021-06-16 14:04:34 +05:30
Thakee Nathees
7ab4e55d6e
bin hex literals implemented ( #72 )
2021-06-16 00:24:30 +05:30
Ekin
8c51133cf1
Changed the else if notation to elsif, and the keyword count
2021-06-15 12:04:27 +03:00
Ekin
1f91d1ee81
changed the elif notation to else if
2021-06-15 11:27:19 +03:00
Alexander Patel
c58159b63d
Fix typos + rename variables ( #73 )
...
* fixed typos in src/
* fixed typos in docs/
* fixed typos in README and tests/
* rename INITALIZE to INITIALIZE
* rename PRIMITE to PRIMITIVE
* rename moudle to module
Co-authored-by: Alexander Patel <acpatel@andrew.cmu.edu>
2021-06-15 13:07:49 +05:30
Alexander Patel
ae4d2971c1
operator oreq and xoreq implemented
2021-06-14 21:36:10 -07:00
Thakee Nathees
72e7522c12
operator andeq implemented
2021-06-14 21:50:07 +05:30
Thakee Nathees
558241a77b
import name bind bug fix
...
stack curreption (due to stack missing parameters)
fixed, and some assertion macros added.
2021-06-14 09:55:18 +05:30
Thakee Nathees
6992f54ef3
Tail call optimization implemented
2021-06-13 21:57:54 +05:30
Thakee Nathees
17df5eb1e4
disassemble implemented
2021-06-12 16:34:10 +05:30
Thakee Nathees
9fdab23a94
core attributes refactored and added tests
2021-06-10 23:12:04 +05:30
Thakee Nathees
49c1fec85f
REPL implementation. ( #47 )
2021-06-09 16:12:26 +05:30