https://github.com/capsadmin/nattlua-ts
typescript port of nattlua
https://github.com/capsadmin/nattlua-ts
Last synced: over 1 year ago
JSON representation
typescript port of nattlua
- Host: GitHub
- URL: https://github.com/capsadmin/nattlua-ts
- Owner: CapsAdmin
- Created: 2021-09-20T06:58:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T18:00:20.000Z (over 4 years ago)
- Last Synced: 2025-01-22T15:11:37.003Z (over 1 year ago)
- Language: TypeScript
- Size: 357 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a Typescript port of https://github.com/CapsAdmin/NattLua which is
written in Lua
NattLua is a typed version of Lua a bit similar to Typescript.
Since NattLua is written in Lua it's becoming difficult to manage the codebase,
fix bugs and refactor
I hope that by porting it to Typescript I can get a new perspective and more
easily port it to NattLua since typescript might provide me with some ground
truth