Wiki
Download
Manual
Eggs
API
Tests
Bugs
show
edit
history
Edit history for page: eggref/4/comparse
revision
author
date
description
r1
r2
39572
sjamaan
Tue Feb 2 12:10:00 2021
Add "outdated egg" notes to all the CHICKEN 4 eggs
37502
syn
Fri Apr 5 14:49:00 2019
comparse: Make the look-ahead behavior of followed-by more explicit in the documentation
36876
syn
Sat Nov 24 13:35:00 2018
comparse: Document CHICKEN 5 version
34626
LemonBoy
Wed Sep 20 09:50:00 2017
`maybe` supports an optional `default` parameter
34248
syn
Thu Aug 3 19:05:00 2017
comparse: Mention that it's a PEG parser library
33703
retroj
Thu Oct 6 01:59:00 2016
eggref/4/comparse: to-do notes for things that need documentation
33702
retroj
Thu Oct 6 01:56:00 2016
eggref/4/comparse: add headings for parsers missing from documentation
33701
retroj
Thu Oct 6 01:46:00 2016
eggref/4/comparse: document as-string
33700
retroj
Wed Oct 5 21:39:00 2016
eggref/4/comparse: document sequence*
32754
retroj
Mon Aug 31 01:41:00 2015
comparse: 'is' uses 'eqv?', not 'eq?'
32339
svnwiki
Wed Apr 22 22:38:00 2015
Anonymous wiki edit for IP [67.253.117.175]: Presumed typo fix: rfc3999-timestamp -> rfc3339-timestamp. -chaw
32338
svnwiki
Wed Apr 22 22:05:00 2015
Anonymous wiki edit for IP [67.253.117.175]: After redefining (digits n) and time-secfrac, we need to re-evaluate the definitions that use. -chaw
32328
syn
Tue Apr 21 16:50:00 2015
comparse: Small fixes to the RFC 3339 example and addendum about anchoring (thanks to fIorz)
32326
syn
Mon Apr 20 21:13:00 2015
comparse: Add a blank line between REPL results and the next prompt for improved readability
32325
syn
Mon Apr 20 21:08:00 2015
comparse: Fix typo in RFC 3339 example
32324
syn
Mon Apr 20 20:57:00 2015
comparse: Remove caveat about yet to be written example section, now that we have at least one example.
32323
syn
Mon Apr 20 20:52:00 2015
comparse: Add RFC 3339 parser walk-through example
30714
syn
Tue Apr 15 22:16:00 2014
comparse: Document end-of-input, maybe, zero-or-more, and one-or-more
30713
syn
Tue Apr 15 21:58:00 2014
comparse: Update link to smug, update copyright year, add some clarifications to introduction
30703
syn
Mon Apr 14 10:07:00 2014
comparse: Remove mentions of lazy-seq from introduction, use parser-input type instead
30702
syn
Mon Apr 14 09:52:00 2014
comparse: Update version history
28564
syn
Sun Mar 24 00:55:00 2013
comparse: Beginnings of documentation