Thakee Nathees
|
2fe579d9cc
|
math module moved to cli/modules
|
2022-04-22 07:04:09 +05:30 |
|
Thakee Nathees
|
88c45cccac
|
function and else if keywords are changed.
- `func` keyword has change to `function`.
- `elsif` changed to `else if`
|
2022-04-17 07:33:40 +05:30 |
|
Thakee Nathees
|
8c039b5d77
|
fn, cls moved to constants buffer
functions and classes are moved to constant buffer, and forward
names are resolved for globals.
|
2022-04-11 00:02:21 +05:30 |
|
Thakee Nathees
|
2bc09f41e5
|
Stack miss calculation bug fix & minor changes
|
2022-04-06 08:56:51 +05:30 |
|
Thakee Nathees
|
c3544fb92b
|
A test suite added to test random things.
|
2022-04-05 02:59:05 +05:30 |
|