objeck / objeck-lang

Objeck is a modern object-oriented programming language with functional features tailored for machine learning. It emphasizes expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, REPL shell, and command line debugger with IDE plugins.
https://objeck.org
Other
154 stars 11 forks source link

I want to know more about this `build.json` file #478

Closed ghost closed 6 months ago

ghost commented 6 months ago

Is it the built-in build system of Objeck?

https://github.com/objeck/objeck-dungeon-crawler/blob/master/build.json

ghost commented 6 months ago

@objeck

objeck commented 6 months ago

@objeck

The LSP plugin uses it to compile project files "on the fly" instead of just a single file. One can also pass in compiler-specific options.