]> gitweb.factorcode.org Git - factor.git/history - basis/peg/peg.factor
basis: use lint.vocabs tool to trim using lists
[factor.git] / basis / peg / peg.factor
2022-09-11 Doug Colemanbasis: use lint.vocabs tool to trim using lists
2022-07-31 Doug Colemanfactor: swap over is `tuck`
2020-11-24 John BenediktssonRevert "peg: make check-action inline."
2020-11-23 John Benediktssonpeg: fix (parse) to not compile every time it's called.
2020-11-23 John Benediktssonpeg: make check-action inline.
2020-11-23 John Benediktssonpeg: document (repeat) stack effect can return f.
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-03-15 Cat Stevensfix various typos; cleanup and fully document boyer...
2019-09-27 John Benediktssonpeg: less stack shuffling in define-parser-word.
2019-09-26 John Benediktssonpeg: reuse code in compile-parsers-quots.
2019-09-26 John Benediktssonpeg: some cleanup.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2016-03-31 John Benediktssonunicode: make this the API for all unicode things.
2016-03-30 John Benediktssonpeg: simplify parse-satisfy.
2016-03-30 Doug Colemanpeg: Throw an error if nothing at all matches at positi...
2016-03-30 Doug Colemanpeg: Don't need to add empty errors here. It breaks...
2016-03-30 John Benediktssondisambiguate namespaces:set and sets:set.
2015-09-10 John Benediktssonsyntax: removing #! as a comment character.
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-09-02 John Benediktssonpeg: some cleanup.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-12 Doug Colemanfactor: don't need FROM: namespaces => set or namespace...
2014-12-12 John Benediktssonpeg: some cleanup.
2014-10-23 Björn Lindqvistpeg: add 'got' slot to parse-error, so you get a little...
2013-07-24 John Benediktssonswitch some vocabs to 4 spaces.
2012-07-21 John BenediktssonUsing "same?" in more places.
2012-07-19 John Benediktssonmore cleanup of with-scope.
2011-10-24 Doug ColemanRename class to class-of
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-10-14 John BenediktssonCleanup more lint warnings.
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-05-14 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-05-10 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-05-06 Slava PestovLanguage change: tuple slot setter words with stack...
2010-05-03 Daniel EhrenbergMerge branch 'master' into s3
2010-04-20 Erik CharleboisMerge branch 'master' of git://factorcode.org/git/factor
2010-04-19 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-04-19 Slava PestovMerge branch 'require-when' of git://github.com/littled...
2010-04-18 Daniel EhrenbergChanging require-when usages to the new syntax for...
2010-04-05 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-28 Daniel EhrenbergMerge branch 'master' into conditional
2010-03-23 Daniel EhrenbergMerge branch 's3' of git://github.com/littledan/Factor...
2010-03-19 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-18 Daniel EhrenbergUpdating code to use require-when rather than vocab...
2010-03-17 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-03-17 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-03-16 Daniel EhrenbergMerge branch 'bags' of git://github.com/littledan/Factor
2010-03-02 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-27 Joe GroffMerge branch 'master' of git://github.com/william42...
2010-02-26 Daniel EhrenbergMoving new-sets to sets
2010-02-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-25 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-23 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-23 Slava Pestoveffects.parser: throw a proper no-word error if effect...
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-15 Doug ColemanMerge branch 'master' into startup
2009-11-09 Slava PestovMerge branch 'master' of git://github.com/killy971...
2009-10-30 Slava PestovMerge branch 'master' into new_gc
2009-10-28 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-28 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-28 Joe GroffMerge branch 'master' of http://factorcode.org/git...
2009-10-28 Joe Groffupdate existing code to use :> ( ) when possible
2009-10-28 Doug Colemanover push -> suffix!, over push-all -> append!
2009-10-28 Joe Grofffix load errors from bootstrapping
2009-10-28 Joe Groffupdate peg for [let change
2009-10-16 Slava PestovMerge branch 'reentrantvm' of git://github.com/phildawe...
2009-10-16 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-16 Slava PestovMerge branch 'invaders' of git://double.co.nz/git/factor
2009-10-15 Chris DoubleFix cpu.8080 bitrot
2009-09-08 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-30 Marc FauconneauMerge branch 'master' of git@github.com:prunedtree...
2009-08-29 Samuel TardieuMerge branch 'master' of git://factorcode.org/git/factor
2009-08-21 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-15 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-08-14 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-14 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-14 Doug ColemanDelete empty unit tests files, remove 1- and 1+, reorde...
2009-06-02 Bruno DeferrariMerge branch 'master' into irc
2009-06-01 Doug ColemanMerge branch 'irc' of git://www.tiodante.com/git/factor
2009-05-24 Sam AnklesariaMerge branch 'master' of git://factorcode.org/git/factor
2009-05-18 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-16 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2009-05-16 Doug ColemanMerge branch 'master' into checksums
2009-05-16 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-16 Slava PestovMerge branch 'fix-bloom-filters-test' of git://github...
2009-05-16 Slava PestovFix even more usings
2009-05-16 Slava PestovFix conflict
2009-05-14 Slava PestovCleaning up USING: lists for new strict semantics
2009-05-01 Sascha MatzkeMerge commit 'mongo-factor-driver/master' into mongo...
2009-04-14 Alex ChapmanMerge branch 'master' into experimental
2009-04-06 Slava PestovMerge branch 'master' into smarter_error_list
2009-04-04 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-04-02 U-SLAVA-DFB8FF805... Merge branch 'master' of git://factorcode.org/git/factor
2009-04-02 Slava PestovMerge branch 'emacs' of http://git.hacks-galore.org...
2009-04-02 U-SLAVA-DFB8FF805... Merge branch 'master' of git://69.93.127.154/git/factor...
2009-04-01 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2009-04-01 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2009-04-01 Jose A. Ortega RuizMerge commit 'origin/master' into emacs
next