1.0.6 • Published 2 years ago

@yjl9903/xlang v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

XLang

Node.js CI Netlify Status

A simple programming language with XLex and XParse.

You can try XLang online in XLang Playground.

Install

yarn global add @yjl9903/xlang
# Or
# npm install -g @yjl9903/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

1.0.6

2 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago