Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yjl9903/xlang
- Owner: yjl9903
- License: mit
- Created: 2020-03-14T08:50:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T06:20:31.000Z (over 1 year ago)
- Last Synced: 2024-10-22T11:02:05.689Z (16 days ago)
- Topics: compiler, programming-language, xlang, xlex, xparse
- Language: TypeScript
- Homepage: https://xlang.netlify.app/
- Size: 2.26 MB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)