Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danman113/lox-language
Syntax highlighting for Lox, everyone's favorite interpreted learning-language
https://github.com/danman113/lox-language
lox lox-language lox-programming-language vscode vscode-language
Last synced: about 20 hours ago
JSON representation
Syntax highlighting for Lox, everyone's favorite interpreted learning-language
- Host: GitHub
- URL: https://github.com/danman113/lox-language
- Owner: danman113
- License: mit
- Created: 2019-05-31T18:56:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T19:34:15.000Z (over 1 year ago)
- Last Synced: 2024-11-11T08:44:12.663Z (5 days ago)
- Topics: lox, lox-language, lox-programming-language, vscode, vscode-language
- Size: 531 KB
- Stars: 38
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Lox Language
Syntax highlighting for [everyone's favorite interpreted learning-language](https://craftinginterpreters.com/the-lox-language.html)!![Screenshot](images/screenshot.png)
## What is Lox?
Lox is a Dynamically Typed Programming Language created by [Bob Nystrom](https://twitter.com/intent/user?screen_name=munificentbob) for his excellent book [Crafting Interpreters](https://craftinginterpreters.com).
## What is Lox Language
This is a simple syntax-highlighting module for `.lox` files. It doesn't contain snippets, autocomplete, error highlighting or anything fancy like that.If you want an implementation of the Lox language, the source for Bob Nystrom's initial Java implementation, "jlox" is located [here](https://github.com/munificent/craftinginterpreters), and if you want a Javascript implementation that can be run in your browser, I recommend you try [YALI.js](https://github.com/danman113/YALI.js), my implementation of the Lox language.
## Build Instructions
To build, navigate to the root directory and run `vsce package`. This will create a `.vsix` file which can be imported to VSCode.
## Contribute
For any bugs and feature requests please [open an issue](https://github.com/danman113/lox-language/issues). For code contributions please create a [pull request](https://github.com/danman113/lox-language/pulls). Enjoy!