https://github.com/word-view/gengolex
Language parser and lexer
https://github.com/word-view/gengolex
language library parser
Last synced: 3 months ago
JSON representation
Language parser and lexer
- Host: GitHub
- URL: https://github.com/word-view/gengolex
- Owner: word-view
- Created: 2024-07-26T21:34:27.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-09-14T13:45:07.000Z (9 months ago)
- Last Synced: 2025-09-14T14:34:29.693Z (9 months ago)
- Topics: language, library, parser
- Language: Kotlin
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gengolex
[](https://jitpack.io/#word-view/gengolex)
A language parser and lexer created to be used in the WordView app.
Given a structured text in a supported language, this library
should be able to create something similar to an Abstract Syntax Tree,
identifying words and phrase structures and how they relate to each other.