Skip to content

Pre-release 0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@byxor byxor released this 29 Aug 04:14
· 56 commits to master since this release
e256bf4
     __                    __           _       _
  /\ \ \_____   _____ _ __/ _\ ___ _ __(_)_ __ | |_
 /  \/ / _ \ \ / / _ \ '__\ \ / __| '__| | '_ \| __|
/ /\  /  __/\ V /  __/ |  _\ \ (__| |  | | |_) | |_
\_\ \/ \___| \_/ \___|_|  \__/\___|_|  |_| .__/ \__|
                                         |_|
           The QB programming language.
----------------------------------------------------

Usage of ns:
  -c string
        Specify a file to compile (.ns).
  -d string
        Specify a file to decompile (.qb).
  -decompileWithRoq
        Display output from roq decompiler (roq.exe must be in your PATH)
  -o string
        Specify the output file name.
  -showHexDump
        Display the compiled bytecode in hex format
  • Has a number of known bugs.
  • Isn't feature-complete yet.
  • Compiler is usable, at least for my needs 😁