RodrigoDornelles / 3bc-lang

Low-level language, tiny virtual machine, minimal runtime, intermediate representation, embeddable, easy for beginners. (Friendly Punched cards)
https://3bc-lang.org
GNU General Public License v3.0
238 stars 26 forks source link

add support to go package manager with modules #377

Closed RodrigoDornelles closed 1 year ago

RodrigoDornelles commented 1 year ago

create a go.mod file with all the dependencies used entirely by the development, this makes it easier to spread the 3bc language, understand which versions work in a simple way, and mainly download it as a GO package either for FFI , wrapper or embed.

indirect requires