Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daslixou/lenpai
stupidly simple and fast utils for parsing
https://github.com/daslixou/lenpai
ast macro-processor nodes programming-language programming-language-utils
Last synced: 29 days ago
JSON representation
stupidly simple and fast utils for parsing
- Host: GitHub
- URL: https://github.com/daslixou/lenpai
- Owner: DasLixou
- License: mit
- Created: 2022-07-17T15:45:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T20:00:49.000Z (over 2 years ago)
- Last Synced: 2024-04-24T03:47:35.745Z (7 months ago)
- Topics: ast, macro-processor, nodes, programming-language, programming-language-utils
- Language: C#
- Homepage:
- Size: 8.98 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![Lenpai](https://raw.githubusercontent.com/DasLixou/Lenpai/main/LenpaiText.png)
stupidly simple and fast utils for parsing
## How this project started
I liked using [LNodes from Loyc](https://github.com/qwertie/ecsharp/tree/master/Core/Loyc.Syntax/LNodes) but when I stumbled over some problems or improvements that I've been missing I found that the source code wasn't really simple to understand.
So I thought I could make it better and created Lenpai, utils for parsing including a complete Node system inspired from LNodes but recoded from the ground up with focus on simplicity and speed.