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: 2 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T06:20:31.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T06:09:00.984Z (2 months ago)
- Topics: compiler, programming-language, xlang, xlex, xparse
- Language: TypeScript
- Homepage: https://xlang.netlify.app/
- Size: 2.26 MB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XLang
[](https://github.com/yjl9903/XLang/actions) [](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)