Implemented function scanning
All checks were successful
/ test (push) Successful in 16s

This commit is contained in:
Eduard Urbach 2025-06-19 23:31:52 +02:00
parent 9b51680af5
commit c2b8db238e
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
24 changed files with 624 additions and 232 deletions

4
src/core/Compile.go Normal file
View file

@ -0,0 +1,4 @@
package core
// Compile turns a function into machine code.
func (f *Function) Compile() {}