This is a prequel to `package.mk`. Conserved for historical reasons and as a Crystal code example.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Philippe Pittoli 4f4b2590e8
parse! => parse
3 years ago
samples Adding sections. 4 years ago
src Multi-lines + exceptions give the erroneous line. 3 years ago
.gitignore initial commit: test grammars + tooling 4 years ago
README.md readme 4 years ago
build.sh spec format parser v0.1 4 years ago
debug.cr parse! => parse 3 years ago
read-spec.cr read-spec tool 3 years ago
shard.yml Multi-lines + exceptions give the erroneous line. 3 years ago

README.md

recipes parser

Parsing grammars requires the pegasus software: https://github.com/DanilaFe/pegasus

toying with spec library

The parser is composed of two main files:

  • parser.cr, lexer + grammar
  • spec.cr, high-level parser to include in softwares

toying with new grammar

After downloading the pegasus̀ software.

# simple example for debug & chill
watch -d ./build.sh test-grammars/simpletokens 2>/dev/null | grep -vE "(Token|^[)])"
../pegasus/bin/pegasus-crystal < test-grammars/simpletokens.json