]> gitweb.factorcode.org Git - factor.git/history - core/syntax
math: reorder the cleaned-up iteration combinators find-integer each-integer
[factor.git] / core / syntax /
2022-07-27 John Benediktssonstrings.parser: make internal escape words private
2022-07-26 John Benediktssonstrings.parser: support octal escapes of 1, 2, or 3...
2022-06-22 Doug Colemansyntax: Fix spaces
2022-02-04 John Benediktssonsyntax: fix docs for run-script.
2022-01-26 John Benediktssonsyntax: adding documentation for STARTUP-HOOK: and...
2022-01-26 John Benediktssonsyntax: adding INITIALIZE:
2022-01-25 John Benediktssonsyntax: change STARTUP-HOOK: and SHUTDOWN-HOOK:
2022-01-25 John Benediktssonsyntax: fix using
2022-01-25 John BenediktssonRevert "syntax-docs: Add init vocab"
2022-01-25 Doug Colemansyntax-docs: Add init vocab
2022-01-25 John Benediktssonsyntax: adding STARTUP-HOOK: and SHUTDOWN-HOOK:
2022-01-23 Doug Colemansyntax: Add some more docs for syntax words.
2022-01-03 Doug Colemansyntax: auto-use should set the global namespace so...
2022-01-02 John Benediktssonsyntax: document underscore numbers.
2021-12-21 Doug Colemansyntax: Add REUSE: word to easily USE: but reload.
2021-12-21 Doug Colemancore: Add auto-use to syntax and add -ea parameter...
2021-03-19 John Benediktssonsyntax: don't mark-top-level-syntax.
2021-02-26 Alexander Iljinsyntax-docs: add the \u{xx} syntax description to a...
2021-02-25 John Benediktssonmath.parser: some fixes by @jonenst.
2021-02-25 Jon Harpermath.parser: allow '1+1/3.' for symmetry with '1/3.'
2021-02-25 Jon Harpersyntax-docs: remove outdated '-5/-6' example
2020-11-19 John Benediktssonfry: adding support for '{, 'H{, and 'HS{ syntax.
2020-11-19 John Benediktssonmove fry/macros/memoize/locals to core.
2020-09-28 John BenediktssonRevert "core: Add TH{ for making assoc tuples."
2020-08-01 Alexander Iljinsyntax-docs: add description of the vocab:word syntax
2020-08-01 Alexander Iljinsyntax-docs: fix a typo
2020-08-01 Alexander Iljinsyntax-docs: remove mention of a nonexistent error
2020-05-21 John Benediktssonsyntax: allow anonymous MAIN:.
2020-02-13 John Benediktssonhelp: add more bold table headings.
2020-01-15 John Benediktssonclasses: use check-instance in a few places, to remove...
2019-01-03 Alexander Iljinsyntax-docs: add a couple of missing CHAR: syntax examples
2018-01-22 Alexander Iljinsyntax-docs: improve descriptions for GENERIC: and...
2017-06-24 Björn Lindqvistcore/: bunch of more docs
2017-06-21 Alexander Iljinsytax-docs: mention that numbers may contain commas
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2017-05-31 Doug Colemancore: Add TH{ for making assoc tuples.
2016-12-03 Björn Lindqvistbasis/,extra/: using parse-array-def in a bunch of...
2016-05-25 Alexander Iljinsyntax-docs: fix the code snippet in the ERROR: article
2016-04-04 John Benediktssonstrings.parser: remove parse-short-string, everyone...
2016-03-31 Doug Colemansyntax: Fix docs for removed article syntax.comments.
2016-03-31 John Benediktssonlexer: make CHAR: ! work.
2016-03-31 John Benediktssonlexer: support universal comments.
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 Benediktssonsyntax: fix bad search-and-replace.
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-18 John Benediktssonstrings.parser: finish removing triple-strings.
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-12 Doug Colemansyntax: fix SINGLETON: to be on its own line in docs.
2015-08-01 Doug Colemansyntax docs: Fix octal example.
2015-08-01 John Benediktssonsyntax: fix example in syntax-floats.
2015-07-30 Jon Harpermath.parser: add tests/docs for floats 0b 0x bin> float...
2015-07-30 Jon Harperdocs: hex floats exponents became mandatory
2015-07-27 Doug Colemancore: rename parse-call( to parse-call-paren
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-01 Doug Colemansyntax-docs: Revert documentation for IN: foo.private
2015-06-30 Doug Colemancore, basis: Don't use the IN: foo.private feature...
2015-06-30 Doug Colemansyntax: Add a "syntax" word property for tracking which...
2015-06-26 Doug Colemanprimitives: Change PRIMITIVE: to check that the word... 1371/head
2015-06-08 Doug Colemancore: Rename create to create-word, create-in to create...
2014-06-06 Doug Colemancore: Throw an error when defining MAIN: with a stack...
2014-06-04 John Benediktssonsyntax: adding \b \v and \f escape codes.
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-05-23 John Benediktssoncore: update some help $value types.
2013-10-30 John Benediktssonsyntax: add docs for \x escape code.
2013-03-23 Doug Colemanwords: Change word -> last-word, set-word -> set-last...
2013-03-10 Doug Colemanclasses.builtin: Add the BUILTIN: keyword which lets...
2013-03-05 John Benediktssoncore: cleanup USING lists.
2012-08-24 Doug Colemanhashtables: Enforce shape on hashtable literals. Fixes...
2012-07-23 Doug Colemansyntax: Clarify that inlined words can also be compiled...
2012-05-04 Doug Colemanclasses:
2011-11-27 Joe Groffsyntax: add note to #! docs
2011-11-24 Joe Groffsyntax: remove BIN: HEX: OCT:
2011-11-24 Joe Grofflet's pretend BIN: HEX: OCT: never happened
2011-11-24 Joe Groffuse radix literals
2011-11-23 Doug Colemanclasses: add syntax for intersection{ and union{ anonym...
2011-11-22 Doug Colemanclasses.maybe: move maybe definition from classes.union...
2011-11-22 Doug Colemanclasses.union: Define a maybe: word that makes a tuple...
2011-11-07 Doug ColemanRename lookup to lookup-word.
2011-11-02 Joe GroffRevert "syntax: make it so PRIMITIVE: verifies primitives"
2011-11-02 Joe Groffsyntax: make it so PRIMITIVE: verifies primitives
2011-10-31 Slava PestovMove definition of 't' from syntax to bootstrap/primiti...
2011-10-19 John Benediktssonhash-sets: separate <hash-set> and >hash-set to match...
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-10-03 Doug ColemanMake M\ throw an error upon lookup failure. Change...
2011-10-02 Doug ColemanRemove all non-core uses of (scan-token)
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 branch 'cleanup'
next