Commit Graph

  • 41af2c5ea0 Doc: swapped description of lt-chars and rt-chars patch-1 Georges Dupéron 2017-01-18 01:49:26 +0100
  • 4fb9b3ec29 use lang-reader-module-paths instead of copy-pasted code (#3) master v6.7 Alex Knauth 2016-08-19 20:16:40 -0400
  • a350659906 export some readtable functions Robby Findler 2016-07-31 02:51:48 -0500
  • 6c95c7a142 remove redundant cond Robby Findler 2016-07-14 21:31:08 -0500
  • 13c969528e do less invariant checking, because we cannot rely on chained lexers the way the code was trying to Robby Findler 2016-07-14 21:29:04 -0500
  • 08c7eba0a1 Add category info to docs v6.6 v6.5 Asumu Takikawa 2016-02-29 18:09:16 -0500
  • 4d8a7c27ff Simplify scrutinee parsing. v6.4 Vincent St-Amour 2016-01-05 10:53:51 -0600
  • 291cf1f171 2dmatch: more flexible scrutinee parsing. Vincent St-Amour 2016-01-05 10:52:17 -0600
  • e072cd107d Fix dep typo. Vincent St-Amour 2015-09-14 21:10:43 -0500
  • 3f741d18aa Remove dependency on unstable/options. Vincent St-Amour 2015-09-14 19:52:50 -0500
  • dae07aec89 Fix deps. Vincent St-Amour 2015-09-07 18:27:52 -0500
  • f9f17bd541 Add 2d meta-package. Vincent St-Amour 2015-09-07 18:20:58 -0500
  • 5fbd4c77d2 Move tests from unstable. Vincent St-Amour 2015-09-07 18:06:30 -0500
  • db8d11d37c Move docs from unstable docs. Vincent St-Amour 2015-09-07 17:49:11 -0500
  • cf245c04d3 Move to the 2d collection, and the 2d-lib package. Vincent St-Amour 2015-09-07 17:28:55 -0500
  • db9d93c7cc fix syntax error message generation code Robby Findler 2015-02-12 17:13:38 -0600
  • ac4a3865d3 Add standard .gitignore file. Sam Tobin-Hochstadt 2014-12-06 17:46:24 -0500
  • cdc7194115 Remove extra directories. Sam Tobin-Hochstadt 2014-12-01 22:17:06 -0500
  • f7d25e9a7d Remove stray reference to Racket in LICENSE files. Sam Tobin-Hochstadt 2014-11-25 14:08:39 -0500
  • f21f2acadc Add syntax-local-match-introduce AlexKnauth 2014-08-13 16:10:16 -0400
  • fcdde8df2a Fix package name in license. Sam Tobin-Hochstadt 2014-05-06 09:49:55 -0400
  • 08dff62620 Add annotations to 2dmatch to help typecheck. Sam Tobin-Hochstadt 2014-03-28 10:03:52 -0400
  • 29d4708137 LGPL by reference Matthew Flatt 2014-02-27 14:42:59 -0700
  • 099e2839dc 2013 -> 2014 Eli Barzilay 2014-01-21 15:02:21 -0500
  • eccec9a2ad fix unstable/2d reader for ports with specials Robby Findler 2013-10-24 21:34:44 -0500
  • 5910ad88d9 move unstable/2d out of the gui-lib pkg Robby Findler 2013-09-04 13:18:08 -0500
  • 9e9f87e868 include license with each package Matthew Flatt 2013-08-31 06:23:49 -0600
  • 087af0fe05 improve source location reporting in 2dmatch for empty cells Robby Findler 2013-08-20 12:58:35 -0500
  • 81f2bbc394 fix unstable/2d/match so that it doesn't duplicate the bodies of the cells any more (but still gets the binding right) Robby Findler 2013-08-14 21:20:02 -0500
  • 6721cf7f42 add error message with the right form name Robby Findler 2013-08-14 15:45:49 -0500
  • 3eae0d34bd adjust 2dmatch so that it copies more code Robby Findler 2013-08-14 07:16:58 -0500
  • a5cb5a74b7 reorganize into core plus packages Matthew Flatt 2013-05-24 21:57:31 -0600
  • f33f96a838 add 'else' support to 2dcond Robby Findler 2013-04-26 08:16:17 -0500
  • d2630cd78f fix readtable composition in #2d reader Robby Findler 2013-03-13 08:48:50 -0500
  • d9dfcf0acb forgot to add tabular.rkt Robby Findler 2013-03-12 15:04:23 -0500
  • 33d69779a4 properly compose readtables Robby Findler 2013-03-11 18:52:10 -0500
  • deb6aabe4c adjust 2d reader so the keyword has its own source location and is syntax-original? Robby Findler 2013-03-11 08:42:59 -0500
  • c36adfa53d extend the lexer <-> framework's color:text api to let lexers say "call me again before you change the buffer" Robby Findler 2013-03-10 19:32:52 -0500
  • b49c680dd5 fix unstable/2d's lexer to handle eof better Robby Findler 2013-02-25 10:36:46 -0600
  • 1b75e51175 more 2d lexer repairs Robby Findler 2013-02-24 16:36:16 -0600
  • 670f9e7c51 fix bugs in unstable/2d lexer Robby Findler 2013-02-23 11:33:20 -0600
  • 076fa0c267 Newlines at EOFs scan. Eli Barzilay 2013-02-23 00:55:27 -0500
  • d1d2ce8c15 fix bad test Robby Findler 2013-02-15 16:26:29 -0600
  • 23f6a46faf fix 2d lexer for the case when the #2d expression isn't in the leftmost column Robby Findler 2013-02-15 10:28:49 -0600
  • 06ca5775a5 add syntax coloring for 2d syntax Robby Findler 2013-02-07 10:06:01 -0600
  • b5194ef617 move dir-chars.rkt to unstable/2d to unbreak dependencies Robby Findler 2013-02-07 10:04:03 -0600
  • b0d3079cb4 2d Robby Findler 2013-01-17 20:43:15 -0600
  • dcee0e5cf9 more adjustments to the c:x;r;a keystroke Robby Findler 2013-01-21 20:24:30 -0600
  • 3fe3a93c43 loosen slightly the requirements for changing existing chars in the c:x;r;a keystroke Robby Findler 2013-01-17 15:38:15 -0600
  • 0bd74f1302 move the ╬ char and friends into a separate file Robby Findler 2013-01-15 09:06:55 -0600