Thakee Nathees
9b2d28ef45
docs update after lang.disas
2021-06-13 11:03:18 +05:30
Thakee Nathees
3092118008
Merge pull request #42 from ThakeeNathees/fiber-docs
...
fiber documentations
2021-06-07 07:20:06 +05:30
Thakee Nathees
284232c8c6
minor parser refactor for repl
2021-06-05 18:50:53 +05:30
Thakee Nathees
0bebeaafdf
some style guides were enforcde.
...
- according to https://github.com/mcinglis/c-style
2021-06-04 13:26:50 +05:30
Thakee Nathees
df93b2c1ec
gc bugs fixed
...
- popping operands from the stack was too early -fixed
- some temproary string objects weren't pushed to the vm's temp root
-fixed
- and some minor bug fixed
2021-05-23 23:25:04 +05:30
Thakee Nathees
53ac9a6ae8
yet another import statement refactor
2021-05-19 18:56:36 +05:30
Thakee Nathees
41667eb218
relative import initial commit
...
parser and compiler are combined to just parser struct
2021-05-18 22:07:05 +05:30
Thakee Nathees
bd41435519
Merge pull request #22 from ThakeeNathees/chain-call-test
...
chain call implemented
2021-05-17 13:39:21 +05:30
Thakee Nathees
0c22a4d8e8
builtin function refactored.
...
- try now page won't crash anymore for core initialization.
2021-05-15 14:59:44 +05:30
Thakee Nathees
c3041c74a9
fixed: iterator (internal) variables popped twise.
...
printing stack trace implemented
2021-05-15 00:31:31 +05:30
Thakee Nathees
9c77ff5a6c
docs buildscript updated
2021-05-14 15:14:39 +05:30
Thakee Nathees
40de966ed0
try now page implemented with wasm
2021-05-13 00:58:44 +05:30
Thakee Nathees
89a1cd1c4f
try-online wasm implementations
2021-05-12 18:54:56 +05:30