https://github.com/hesham-cant-fly/lune-lang
Lune is a super set of Lua with an actual type system for type safe applications.
https://github.com/hesham-cant-fly/lune-lang
compiler lua transpiler typesafe typesystem
Last synced: 2 months ago
JSON representation
Lune is a super set of Lua with an actual type system for type safe applications.
- Host: GitHub
- URL: https://github.com/hesham-cant-fly/lune-lang
- Owner: hesham-cant-fly
- Created: 2025-04-24T19:33:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-04T15:12:46.000Z (about 1 year ago)
- Last Synced: 2025-05-04T16:25:21.397Z (about 1 year ago)
- Topics: compiler, lua, transpiler, typesafe, typesystem
- Language: Zig
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+title: lune programming language
The only change is that you can't define global variables like this
#+begin_src lua
x = 10
#+end_src
you have to use ~global~ keyword instead.
#+begin_src lune
global x = 10
#+end_src
semicolons are now optional :D
[[./testing-meme.jpg]]