summaryrefslogtreecommitdiff
path: root/module/ice-9/peg.scm
AgeCommit message (Expand)AuthorFilesLines
2013-01-16Remove 'define-grammar-f'Noah Lavine1-1/+0
2013-01-16PEG RenamesNoah Lavine1-1/+1
2013-01-16PEG RenamesNoah Lavine1-1/+1
2013-01-16PEG RenamesNoah Lavine1-2/+2
2013-01-16PEG RenamesNoah Lavine1-1/+1
2013-01-16PEG RenamesNoah Lavine1-1/+1
2013-01-16Make PEG FilesNoah Lavine1-0/+3
2013-01-16Rearrange PEG ModulesNoah Lavine1-74/+5
2013-01-16PEG Cache ModuleNoah Lavine1-20/+3
2013-01-16Update String PEGsNoah Lavine1-13/+7
2013-01-16Separate PEG ConcernsNoah Lavine1-1/+8
2013-01-16Move define-nontermNoah Lavine1-2/+31
2013-01-16Remove eval-whenNoah Lavine1-5/+0
2013-01-16Factor PEG StructureNoah Lavine1-29/+9
2013-01-16Factor PEG FunctionsNoah Lavine1-81/+6
2013-01-16Separate PEG StringsNoah Lavine1-282/+9
2013-01-16Make Macros HygienicNoah Lavine1-56/+73
2013-01-16Rename in peg.scmNoah Lavine1-18/+18
2013-01-16Split peg.scmNoah Lavine1-218/+5
2013-01-16peg: remove error-valAndy Wingo1-7/+0
2013-01-16peg: refactor peg-sexp-compile to operate on syntax directlyAndy Wingo1-132/+100
2013-01-16peg: cg-string, cg-peg-any, cg-range: remove needless for-syntax argAndy Wingo1-6/+6
2013-01-16peg: change some instances of "match" to "pat"Andy Wingo1-38/+38
2013-01-16remove cggl, cg-generic-lambdaAndy Wingo1-23/+4
2013-01-16peg: more cggl / cggr excisionsAndy Wingo1-11/+18
2013-01-16peg: cg-string does not use cggrAndy Wingo1-4/+9
2013-01-16peg: cg-peg-any does not use cgglAndy Wingo1-4/+5
2013-01-16peg: cg-string without cgglAndy Wingo1-6/+6
2013-01-16peg: cg-string improvementAndy Wingo1-2/+1
2013-01-16peg: helper macro docstringsAndy Wingo1-14/+10
2013-01-16peg: module-ref cleanupAndy Wingo1-4/+4
2013-01-16peg: remove get-code debugging fooAndy Wingo1-14/+1
2013-01-16peg: more syntax helper cleanupAndy Wingo1-15/+16
2013-01-16peg: else for default cond clauses, not #tAndy Wingo1-16/+16
2013-01-16peg; syntax helper cleanupsAndy Wingo1-11/+12
2013-01-16peg: cleanupsAndy Wingo1-14/+10
2013-01-16peg: define-module cleanupAndy Wingo1-5/+18
2013-01-16peg: let cleanupsNoah Lavine1-95/+64
2013-01-16peg: remove unhygienic safe-bind, safe-bind-fNoah Lavine1-40/+0
2013-01-16peg: remove unused nonhygienic expander helpersNoah Lavine1-62/+29
2013-01-16peg: more helpers returning syntaxNoah Lavine1-33/+38
2013-01-16peg: cg-or, cg-or-int return syntaxNoah Lavine1-14/+13
2013-01-16peg: hygiene in cg-and, cg-and-intNoah Lavine1-21/+21
2013-01-16peg: hygiene in cg-rangeNoah Lavine1-8/+8
2013-01-16peg: hygiene in cg-peg-anyNoah Lavine1-4/+4
2013-01-16peg: more hygiene in cg-stringNoah Lavine1-6/+42
2013-01-16peg: lower datum->syntax in cg-range caseNoah Lavine1-11/+13
2013-01-16peg: lower datum->syntax in cg-peg-any caseNoah Lavine1-7/+8
2013-01-16peg: lower datum->syntax in cg-string caseNoah Lavine1-5/+6
2013-01-16peg: peg-sexp-compile datum->syntax refactorNoah Lavine1-27/+37