thelang-io / the

The Programming Language
https://thelang.io
Apache License 2.0
44 stars 0 forks source link

new codegen and Standard API #86

Open delasy opened 1 year ago

delasy commented 1 year ago

refactor codegen in The

delasy commented 1 year ago

smart pointers using Automatic Reference Counting

delasy commented 1 year ago

requires free function for function context when function is smart pointer and there's currently no way to free context. Inside fn_free function need to pass context free function.