https://github.com/xavier-maruff/lumiere
Compiler for the Lumiere language
https://github.com/xavier-maruff/lumiere
bison-yacc cmake compiler cpp flex llvm llvm-ir server
Last synced: about 1 year ago
JSON representation
Compiler for the Lumiere language
- Host: GitHub
- URL: https://github.com/xavier-maruff/lumiere
- Owner: Xavier-Maruff
- License: gpl-3.0
- Created: 2021-08-14T06:57:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-30T11:35:38.000Z (over 4 years ago)
- Last Synced: 2025-01-22T15:47:54.783Z (about 1 year ago)
- Topics: bison-yacc, cmake, compiler, cpp, flex, llvm, llvm-ir, server
- Language: C++
- Homepage:
- Size: 1.26 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

# lumiere
Lumiere is a programming language in its infancy I am developing to gain a better insight into compiler infrastructure, and to familiarize myself with LLVM. It is not intended for real world use. Luimere adheres to the functional paradigm because I'm too lazy to implement classes.
### note for me
Select `shaderlab` as the language in vscode for lumiere files, it higlights decently