glsl-lexer/README.md
xqtc 483eb1885a
All checks were successful
/ build (push) Successful in 1m13s
/ clippy (push) Successful in 1m11s
Add handler for operators; README
2024-07-25 11:08:27 +02:00

13 lines
312 B
Markdown

# GLSL-LEXER
A library providing lexing capabilities for GLSL 460 and it's subsets.
---
## 👷🏻‍♀️ UNDER CONSTRUCTION 🚧
---
## Features
- [ ] Building Syntax Tree
- [ ] Exporting Syntax Tree as graphviz
- [ ] Integration with [epoqe demo toolchain](https://www.pouet.net/groups.php?which=15323)