renamed hcl to hak
This commit is contained in:
2
lang.txt
2
lang.txt
@ -1,7 +1,7 @@
|
||||
## TODO:
|
||||
can we allow commas between arguments in xlist/mlist to make it more like conventional programming langauges?
|
||||
make literal frame in the compiler not use object momory. ask VM to take the byte codes and create literal frame using object memory
|
||||
-> hcl->code.lit.arr must be composed of plain data. not using object memory
|
||||
-> hak->code.lit.arr must be composed of plain data. not using object memory
|
||||
-> it must ask VM(locally via a function call, remotely via some communication) to create objects in the object memory
|
||||
static class -> collect class info(variables information) in the compiler
|
||||
dyna-class -> compiler doesn't know about classes in advance
|
||||
|
Reference in New Issue
Block a user