1
0

remove unused proofs, fix docs link

This commit is contained in:
Arpad Ryszka 2026-01-08 21:24:47 +01:00
parent 5e069c4ca4
commit b2a2974aa2
2 changed files with 1 additions and 5 deletions

View File

@ -5,7 +5,7 @@ import (
"unicode/utf8" "unicode/utf8"
) )
const summary = `treerack - parser generator - https://code.squareroundforest.org/aryszka/treerack` const summary = `treerack - parser generator - https://code.squareroundforest.org/arpio/treerack`
const commandsHelp = `Available commands: const commandsHelp = `Available commands:
check validates an arbitrary input against a syntax definition check validates an arbitrary input against a syntax definition

View File

@ -1,7 +1,3 @@
[![License](https://img.shields.io/badge/MIT-License-green.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.org/aryszka/treerack.svg)](https://travis-ci.org/aryszka/treerack)
[![codecov](https://codecov.io/gh/aryszka/treerack/branch/master/graph/badge.svg)](https://codecov.io/gh/aryszka/treerack)
# treerack # treerack
[WIP] A generic parser generator for Go. [WIP] A generic parser generator for Go.