https://github.com/lucalewin/luvascript-compiler
compiler for the luvascript language
https://github.com/lucalewin/luvascript-compiler
compiler language luvascript luvascript-compiler programming-language
Last synced: 2 months ago
JSON representation
compiler for the luvascript language
- Host: GitHub
- URL: https://github.com/lucalewin/luvascript-compiler
- Owner: lucalewin
- License: apache-2.0
- Created: 2021-02-12T14:14:43.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-17T22:25:03.000Z (about 1 year ago)
- Last Synced: 2025-01-18T03:12:01.901Z (4 months ago)
- Topics: compiler, language, luvascript, luvascript-compiler, programming-language
- Language: C
- Homepage: https://lucalewin.dev/projects/luvascript
- Size: 1.81 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
⚠️ W.I.P. ⚠️
# Luvascript Compiler
This repo contains the code for the Luvascript Compiler.
For more information, please visit the [Documentation](https://lucalewin.github.io/luvascript-compiler/)### Limitations
The compiler
* is currently in early development.
* currently only supports compilation to x86_64 binaries.
* currently only works on Linux.
---
**DISCLAIMER**: This project is still in **early development** and should **NOT** yet be used in any application!