https://github.com/temperlang/temper-parsers
A Parser Library in Temper and a Temper parser in that.
https://github.com/temperlang/temper-parsers
Last synced: 3 days ago
JSON representation
A Parser Library in Temper and a Temper parser in that.
- Host: GitHub
- URL: https://github.com/temperlang/temper-parsers
- Owner: temperlang
- Created: 2024-02-18T11:49:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-12T00:17:43.000Z (over 1 year ago)
- Last Synced: 2025-11-18T17:23:17.248Z (7 months ago)
- Language: JavaScript
- Size: 263 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parsing Library
`temper-parser` is a parser library with similar syntax to the lark parser.
# Temper Parser
[The Temper Grammar](grammars/temper) is the start of a Temper Grammar.
It can parse all .temper files that make up it's source code.
Other than `config.temper.md`, as a .md grammar has not been written.
It almost certainly has some missing things somewhere.