]> gitweb.factorcode.org Git - factor.git/history - basis/peg/ebnf
Reformat
[factor.git] / basis / peg / ebnf /
2024-01-06 John Benediktssonpeg.ebnf: also remove ebnf-parser word-prop
2024-01-06 John Benediktssonpeg.ebnf: reset ebnf words properly
2023-09-13 John Benediktssonpeg.search: rename search/replace to peg-search/peg...
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-06-06 John Benediktssonpeg: some cleanup and make words internal
2023-05-31 John Benediktssonpeg: move check-parse-result from peg.ebnf
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-28 Doug Colemanfactor: fix some whitespace
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2022-12-16 Raghu Rpeg.ebnf: fix typo in ebnf.factor
2022-12-16 Ikko Ashiminepeg.ebnf: fix typo in ebnf.factor 2724/head
2022-12-13 John Benediktssonpeg.ebnf: fix named variables in groups
2022-08-15 Doug Colemanfactor: add newlines to .factor files
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemancore: Change lines -> read-lines, contents -> read...
2021-04-14 John Benediktssonpeg.ebnf: remove un-necessary ebnf-ignore-repeat{0,1}.
2021-02-26 Alexander Iljinpeg.ebnf-docs: add help for EBNF-PARSER:
2021-01-28 Doug Colemanfactor: trim using lists
2020-12-21 Doug Colemanpeg.ebnf: Fix bug with ~ ignore and labels and add...
2020-12-15 John Benediktssonpeg.ebnf: use with-words.
2020-11-23 John Benediktssonpeg.ebnf: don't need to use syntax words.
2020-11-20 John Benediktssonpeg.ebnf: simplify M\ ebnf-non-terminal (transform...
2020-11-19 John Benediktssonmove fry/macros/memoize/locals to core.
2020-11-03 Doug Colemanpeg.ebnf: Allow ] in character classes. 2359/head
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2019-09-26 John Benediktssonpeg.ebnf: minor cleanup.
2018-08-21 Alexander Iljin*-docs: remove extra space character at the end of...
2018-02-14 John Benediktssoncore/basis/extra: use none?.
2017-08-06 Doug Colemanpeg.ebnf: Add EBNF-PARSER: to define a word that return...
2017-08-06 Doug Colemanpeg.ebnf: Clean up EBNF: syntax.
2017-01-05 John Benediktssonuse reject instead of [ ... not ] filter.
2016-10-28 Alexander Iljinpeg.ebnf-docs: add note on including "-" in the charact...
2016-09-04 Björn LindqvistAdding escaping to CHAR: " -> CHAR: \"
2016-03-31 John Benediktssonunicode: make this the API for all unicode things.
2016-03-30 John Benediktssonpeg.ebnf: different (better) error for peg.ebnf.semanti...
2016-03-30 John Benediktssonpeg.ebnf: add a note for bug #23 and prefix articles...
2016-03-29 John Benediktssonpeg.ebnf: whoops, fix using for some reason not include...
2016-03-29 John Benediktssonpeg.ebnf: fix and a better fix.
2016-03-28 John Benediktssonpeg.ebnf: reset qualified-vocabs so FROM: statements...
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-30 Jon Harperpeg.ebnf: support escaped double quote in a string
2015-08-18 John Benediktssonminor cleanup.
2015-08-16 Doug Colemanpeg: 'convention' -> convention-parser for Factor word...
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: Removing SLOT: nth/at/global in favor of using...
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-19 Doug Colemanfactor: trim more whitespace from #! comments
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2015-04-20 John Benediktssonpeg.ebnf: unescape strings in a few places.
2014-12-12 John Benediktssonpeg: some cleanup.
2014-10-23 Doug Colemanpeg.ebnf: Update docs for peg change.
2014-05-24 John Benediktssonimprove help by linking to types directly.
2013-03-29 Doug Colemanpeg.ebnf: Throw errors not strings.
2013-03-23 Doug Colemanpeg.ebnf: Regexp fail.
2013-03-23 Doug Colemanpeg.ebnf: Rename tokenizer in peg.ebnf, fix whitespace.
2013-03-23 Doug Colemanassocs: Add of and ?of. Change all the things at once...
2013-01-04 John Benediktssonpeg.ebnf: fix usage of replace.
2012-07-19 John Benediktsson"filter empty?" is "any? not".
2012-07-19 Doug Colemannamespaces: Rename ``bind`` to ``with-variables``....
2011-10-19 Doug ColemanFix help-lint for editors, peg.ebnf
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-10-16 John BenediktssonCleanup more lint warnings.
2011-10-13 John BenediktssonFix M: stack effects.
2011-09-29 Doug ColemanRefactor the lexer/parser to expose friendlier words...
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'abeaumont/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ajvondrak/graphviz'
2011-08-27 John BenediktssonMerge remote-tracking branch 'mattknox/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ex-rzr/fixes'
2011-08-27 John BenediktssonMerge remote-tracking branch 'erg/master'
2011-08-27 John BenediktssonMerge branch 'cleanup'
2011-08-26 John BenediktssonSpelling fixes to documentation.
2011-07-28 John BenediktssonMerge branch 'master' into highlight
2011-06-13 Joe GroffMerge remote branch 'erikc/master'
2011-06-07 John BenediktssonMerge remote branch 'upstream/master'
2011-06-07 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2011-06-06 Joe Groffpeg.ebnf: add rule~ syntax to discard a matching subrul...
2011-02-28 Slava PestovFix conflict
2011-02-26 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2011-02-15 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2011-02-09 Keita HagaIn several documentation, remove whitespace before...
2011-01-29 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2011-01-29 Slava PestovMerge branch 'master' of git://github.com/mrjbq7/factor
2011-01-29 Slava PestovMerge branch 'doc-fixes' of git://github.com/keitahaga...
2011-01-20 Keita Hagapeg.ebnf: fix minor typo in docs
2011-01-14 Keita Hagapeg.ebnf: fix a couple of typos in docs
next