Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 333 Bytes

readme.md

File metadata and controls

19 lines (15 loc) · 333 Bytes

qlx

a bad language targetting mlog. aims at producing a reusable infrastructure around low-level backends, rather than being a language used by the end users

example:

fn four do
    return + 2 2
end

print call four

printflush getlink 0

compiling

$ npm i -g sucrase
$ sucrase src -d out -t typescript,imports