Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 855 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 855 Bytes

XLang

Node.js CI Netlify Status

A simple programming language with XLex and XParse.

You can try XLang online in XLang Playground.

Install

npm install -g @xlor/xlang

Example

fn main() {
  print("Hello World!");
}

This code will print "Hello World!" on your terminal.

See examples for more examples.

Documentation

See XLang.

License

MIT