An open API service indexing awesome lists of open source software.

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.

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.