/owen

An imperative, statically but weakly typed systems programming language with manual memory management.

Primary LanguageCMIT LicenseMIT

This is a compiler for the Owen programming language.

Building

Windows

  1. Open up the Visual Studio Developer Command Prompt with the x64 environment.
  2. Navigate to the root directory.
  3. Run build.bat
  4. Test using build.bat (release|debug) both && cd bin && runner && cd ..