[#25] New language: Nelua
This commit is contained in:
parent
7aaade509a
commit
a24308f883
|
@ -0,0 +1,35 @@
|
||||||
|
id: "nelua"
|
||||||
|
name: "Nelua"
|
||||||
|
monacoLang: lua
|
||||||
|
|
||||||
|
info:
|
||||||
|
year: 2019
|
||||||
|
desc: "Systems programming language for performance sensitive applications"
|
||||||
|
ext:
|
||||||
|
- nelua
|
||||||
|
web:
|
||||||
|
home: "https://nelua.io/"
|
||||||
|
source: "https://github.com/edubart/nelua-lang"
|
||||||
|
category: general
|
||||||
|
mode: compiled
|
||||||
|
platform: lua
|
||||||
|
syntax: lua
|
||||||
|
typing: static
|
||||||
|
paradigm:
|
||||||
|
- imperative
|
||||||
|
usage: []
|
||||||
|
|
||||||
|
install:
|
||||||
|
manual: |
|
||||||
|
git clone https://github.com/edubart/nelua-lang.git
|
||||||
|
|
||||||
|
pushd nelua-lang
|
||||||
|
make install PREFIX="${pkg}/usr/local"
|
||||||
|
popd
|
||||||
|
|
||||||
|
main: "main.nelua"
|
||||||
|
template: |
|
||||||
|
print 'Hello, world!'
|
||||||
|
|
||||||
|
run: |
|
||||||
|
nelua main.nelua
|
Loading…
Reference in New Issue