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

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

Awesome Lists containing this project

README

          

[![CI Status](https://github.com/meircif/lumi-lang/workflows/CI/badge.svg)](https://github.com/meircif/lumi-lang/actions)
[![Build Status](https://travis-ci.org/meircif/lumi-lang.svg?branch=master)](https://travis-ci.org/meircif/lumi-lang)
[![Build status](https://ci.appveyor.com/api/projects/status/wtam4i4gh28aw7su?svg=true)](https://ci.appveyor.com/project/meircif/lumi-lang)
[![codecov Status](https://codecov.io/gh/meircif/lumi-lang/branch/master/graph/badge.svg)](https://codecov.io/gh/meircif/lumi-lang)
[![Documentation Status](https://readthedocs.org/projects/lumi-lang/badge/?version=latest)](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!