This commit is contained in:
parent
9b51680af5
commit
c2b8db238e
24 changed files with 624 additions and 232 deletions
4
src/core/Compile.go
Normal file
4
src/core/Compile.go
Normal file
|
@ -0,0 +1,4 @@
|
|||
package core
|
||||
|
||||
// Compile turns a function into machine code.
|
||||
func (f *Function) Compile() {}
|
Loading…
Add table
Add a link
Reference in a new issue