https://github.com/meircif/lumi-lang
Lumi programming language development
https://github.com/meircif/lumi-lang
c code-generator embedded hacktoberfest language lumi-language programming-language realtime
Last synced: 11 months ago
JSON representation
Lumi programming language development
- Host: GitHub
- URL: https://github.com/meircif/lumi-lang
- Owner: meircif
- License: mit
- Created: 2017-01-04T12:18:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T11:35:30.000Z (over 3 years ago)
- Last Synced: 2025-03-27T02:07:56.883Z (12 months ago)
- Topics: c, code-generator, embedded, hacktoberfest, language, lumi-language, programming-language, realtime
- Language: C
- Homepage:
- Size: 20.5 MB
- Stars: 16
- Watchers: 4
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/meircif/lumi-lang/actions)
[](https://travis-ci.org/meircif/lumi-lang)
[](https://ci.appveyor.com/project/meircif/lumi-lang)
[](https://codecov.io/gh/meircif/lumi-lang)
[](http://lumi-lang.readthedocs.io/en/latest/?badge=latest)
# Lumi programming language
See [Documentation](http://lumi-lang.readthedocs.io/) for more
information on Lumi language.
See [Wiki](https://github.com/meircif/lumi-lang/wiki) for information on how to
contribute to Lumi development.
See [Issues](https://github.com/meircif/lumi-lang/issues) for current issues
been worked at.
## Syntax highlighting
For Lumi syntax highlighting it's recommended to use one of:
* [Visual Studio Code](https://code.visualstudio.com/) editor with
[Lumi Language extension](
https://marketplace.visualstudio.com/items?itemName=meircif.lumi)
installed
* [Atom](https://atom.io) editor with
[language-lumi package](https://atom.io/packages/language-lumi)
installed.
## How can I help?
Choose your difficulty:
### easy
Review the [docs](http://lumi-lang.readthedocs.io/en/latest/) and notify me on
any problem, question or suggestion you have about the concepts or the syntax
of the language.
### medium
Add features to the Lumi
[standard library](https://github.com/meircif/lumi-lang/wiki/Standard-Library).
### hard
Review or add features to the future
[Temporary Lumi 5 (TL5) compiler](https://github.com/meircif/lumi-lang/wiki/TL5-Features).
---
Suggestions, comments and questions are welcome!