This commit is contained in:
Krzosa Karol
2022-06-03 12:07:17 +02:00
parent 71d0abf122
commit 7e4b9777e6
5 changed files with 138 additions and 74 deletions

View File

@@ -46,7 +46,7 @@ For now I don't thing it should be overloadable.
[ ] - Add single line lambda expressions
[ ] - Ternary operator
[ ] - Constants embeded in structs should be able to refer to other constants in that namespace without prefix
[ ] - Converting from U64 token to S64 Atom introduces unnanounced error (negates) - probably need the big int stuff
[ ] - Converting from U64 token to S64 Atom introduces unnanounced error (negates) - probably need
[ ] - Order independent constants in structs
[ ] - Can you even have recursive lambdas in structs, other recursive stuff
[ ] - Casting to basic types by call S64(x)