Skip to content

Commit

Permalink
[#25] New language: Nelua
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Jul 15, 2021
1 parent 7aaade5 commit a24308f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions langs/nelua.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a24308f

Please sign in to comment.