]> gitweb.factorcode.org Git - factor.git/history - core/parser
scryfall: parse mtga deck format
[factor.git] / core / parser /
2023-10-13 John Benediktssonparser: fix docs for scan-word
2023-09-09 John Benediktssoncore: adding missing summary.txt
2023-09-01 John Benediktssonio.files: using some of the new file-exists combinators
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-08-17 John BenediktssonRevert "parser: disallow quotation in word names"
2023-08-17 John Benediktssonparser: disallow quotation in word names
2023-07-20 Alexander IlinFix some English spelling: outputted -> output
2023-07-13 Doug Colemanparser: fix test and docs
2023-07-09 Doug Colemanparser: fix using for tests
2023-07-09 Doug Colemanparser: fix location word
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-03-05 Doug Colemangeneric: finish renaming order to dispatch-order
2023-02-26 Doug Colemanparser: fix bad refactor
2023-02-26 Doug Colemankernel: use ?call
2023-02-26 Doug Colemankernel: ?if-old is just `[ or* ] 2dip if`
2023-02-26 Doug Colemanvocabs.loader: use ?if
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-01-28 Doug Colemanparser.notes: Use `if` instead of `drop` after
2023-01-20 John BenediktssonSwitch to https urls
2022-01-24 John Benediktssonparser: just fix these two tests instead for auto-use on
2022-01-20 Doug Colemancore: trim using lists with tool
2022-01-20 Doug Colemanparser: move print-use-hook from parser to vocabs.parser
2021-12-22 John Benediktssonparser: revert private for now, instead of fixing the...
2021-12-22 John Benediktssonparser: fix tests.
2021-12-22 John Benediktssonparser: more private words.
2021-12-22 John Benediktssonparser: make some words private.
2021-12-21 Doug Colemancore: Add auto-use to syntax and add -ea parameter...
2021-12-20 Doug Colemanfactor: qualifying blank?, random fixes, renamed test...
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemanio.files: exists? -> file-exists? and rename primitive.
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2019-03-17 John Benediktssonparser: use ?first.
2018-02-15 John Benediktssonmore test IN: cleanup.
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2016-12-06 Björn Lindqvistparser.tests: fix test that broke
2016-12-03 Björn Lindqvistparser: new parsing word parse-array-def
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-05-12 Doug Colemaneffects: Add support for :type as standalone, unnamed...
2016-04-13 John Benediktssonparser: make scan-class assert result is a classoid...
2016-03-31 Doug Colemancore: Trim using lists from -tests and clean up a few...
2016-03-31 John Benediktssoneffects.parser: allow generic methods not in current...
2016-03-30 John Benediktssonparser: require an IN: for any word definitions (even...
2016-03-16 John Benediktssonparser: fix docs typo.
2016-03-16 John Benediktssoncore: use $sequence help-markup in a few places.
2015-09-10 John Benediktssonsyntax: removing #! as a comment character.
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-15 John BenediktssonRevert "parser: split parse-file into (parse-file)."
2015-08-15 John Benediktssonparser: split parse-file into (parse-file).
2015-08-15 John Benediktssonparser: split out check-word-name.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-12 Doug Colemanfactor: Change ERROR: foo ; to define ``throw-foo`...
2015-08-06 John Benediktssonfix some generic tests.
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-24 Doug Colemanparser, source-files: you need to bootstrap after this...
2015-07-20 Doug Colemanfactor: rename classes:members to class-members so...
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-06-22 Björn Lindqvistlocals.parser: docs for with-lambda-scope and some... 1369/head
2015-06-09 Björn Lindqvistparser: added helper word use-first-word? to simplify...
2015-06-08 Doug Colemancore: fix word link.
2015-06-08 Doug Colemancore: Rename create to create-word, create-in to create...
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2014-11-24 Doug ColemanRevert "parser: Print "Loading" message as a comment...
2014-11-24 Doug Colemanparser: Print "Loading" message as a comment for homoic...
2014-10-30 Doug Colemanparser.notes: Remove trailing whitespace the parser...
2014-10-28 Doug Colemanparser: Fix for empty word list. Oops.
2014-10-27 Doug Colemanparser: Cleaner fix, comments. Fixes #1174.
2014-10-27 Doug Colemanparser: Consider private words now for autocompletes...
2014-05-26 John Benediktssonmore doc types.
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-05-20 John Benediktssonlexer/parser: rename (scan-token) to ?scan-token, ...
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2013-04-25 John Benediktssonparser: add invalid-word-name, use it to check for...
2013-03-24 Doug Colemancore/extra tests: Fix word -> last-word
2013-03-24 Doug Colemanlexer, parser: Rename unexpected-eof.
2013-03-23 Doug Colemanwords: Change word -> last-word, set-word -> set-last...
2013-03-11 John Benediktssonparser: fix docs for filter-moved.
2013-03-11 John BenediktssonFix some tests broken by recent definitions change.
2013-03-11 John Benediktssoncompiler.units: more use of hash-sets.
2013-03-10 John Benediktssoncompiler: more use of hash-sets.
2013-03-08 John Benediktssonparser: fix tests for hash-set change.
2013-03-05 John Benediktssoncore: cleanup USING lists.
2012-07-28 John Benediktssonparser: make sure lines is an array.
2012-07-26 Doug Colemandocs: vm says to read "command-line" but it was called...
2012-06-22 Doug Colemanparser: Drunk coding is buzzed coding.
2012-06-21 Doug Colemanparser: last fix.
2012-05-19 Felix Kaiserparser: fix typo in docs
2011-12-01 Doug Colemancore/basis: trim down using lists
2011-11-27 Joe Grofflexer: skip #! as a single token at front of line
2011-11-24 Joe Groffparser: remove parse-base dead code
2011-11-24 Joe Grofflet's pretend BIN: HEX: OCT: never happened
2011-11-22 Doug Colemanclasses: Make methods dispatch on maybes. Fix a couple...
2011-11-22 Doug Colemanclasses.union: Define a maybe: word that makes a tuple...
2011-11-07 Doug ColemanRename lookup to lookup-word.
next