]> gitweb.factorcode.org Git - factor.git/history - basis/peg
Infer non-callables as though they're self-evaluating
[factor.git] / basis / peg /
2022-07-31 Doug Colemanfactor: swap over is `tuck`
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
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-03-16 Giftpflanzepeg: Fix documentation
2021-02-26 Alexander Iljinpeg.ebnf-docs: add help for EBNF-PARSER:
2021-02-26 Alexander Iljinpeg.parsers-docs: fix some typos
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-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.parsers: make range-pattern more efficient for...
2020-11-23 John Benediktssonpeg.ebnf: don't need to use syntax words.
2020-11-23 John Benediktssonpeg: document (repeat) stack effect can return f.
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.
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.parsers: use splitting.
2019-09-26 John Benediktssonpeg.parsers: simplify range-pattern.
2019-09-26 John Benediktssonpeg.ebnf: minor cleanup.
2019-09-26 John Benediktssonpeg: some cleanup.
2018-08-21 Alexander Iljin*-docs: remove extra space character at the end of...
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-15 John Benediktssonmore test IN: cleanup.
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-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-01-05 John Benediktssonuse reject instead of [ ... not ] filter.
2016-11-27 John Benediktssonsome cleanup.
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-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.
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-09-02 John Benediktssonpeg: fix some old docs that referred to "p1".
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: don't need FROM: namespaces => set or namespace...
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-08-06 Doug Colemanfactor: Rename I[ ]I to [I I]. Fix places where we...
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-20 John Benediktssonpeg: replace uses of digits>integer with string>number.
2015-07-19 Doug Colemanfactor: trim more whitespace from #! comments
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
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-07-02 Doug Colemanfactor: clean up whitespace in -docs 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.
2015-04-20 John Benediktssonpeg: remove trailing whitespace from docs.
2014-12-12 John Benediktssonpeg: some cleanup.
2014-10-23 Doug Colemanpeg.ebnf: Update docs for peg change.
2014-10-23 John Benediktssonpeg.debugger: don't use formatting.
2014-10-23 Björn Lindqvistpeg: add 'got' slot to parse-error, so you get a little...
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2013-07-24 John Benediktssonswitch some vocabs to 4 spaces.
2013-03-29 Doug Colemanpeg.ebnf: Throw errors not strings.
2013-03-25 John Benediktssonpeg.search: create a stream-tree-write.
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 Doug Colemanpeg: Qualify use of replace. Fix some spacing.
2013-01-04 John Benediktssonpeg.ebnf: fix usage of replace.
2012-07-21 John BenediktssonUsing "same?" in more places.
2012-07-19 John Benediktsson"filter empty?" is "any? not".
2012-07-19 John Benediktssonmore cleanup of with-scope.
2012-07-19 Doug Colemannamespaces: Rename ``bind`` to ``with-variables``....
2012-07-16 John Benediktssonusing if-zero in more places.
2011-10-24 Doug ColemanRename class to class-of
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-16 John BenediktssonCleanup some lint warnings.
2011-10-14 John BenediktssonCleanup more lint warnings.
next