Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yjl9903/xlang

A Simple Programming Language powered by XLex and XParse
https://github.com/yjl9903/xlang

compiler programming-language xlang xlex xparse

Last synced: 9 days ago
JSON representation

A Simple Programming Language powered by XLex and XParse

Awesome Lists containing this project

README

        

# XLang

[![Node.js CI](https://github.com/yjl9903/XLang/workflows/Node.js%20CI/badge.svg)](https://github.com/yjl9903/XLang/actions) [![Netlify Status](https://api.netlify.com/api/v1/badges/112f90b1-eab3-4442-800c-0afc6c4bd64c/deploy-status)](https://app.netlify.com/sites/xlang-docs/deploys)

A simple programming language with XLex and XParse.

You can try XLang online in [XLang Playground](https://xlang.netlify.app/).

## Install

```bash
npm install -g @xlor/xlang
```

## Example

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

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

See [examples](https://github.com/yjl9903/XLang/tree/master/examples) for more examples.

## Documentation

See [XLang](https://xlang-docs.netlify.com).

## License

[MIT](https://github.com/yjl9903/XLang/blob/master/LICENSE)