racket/collects/syntax/parse
Ryan Culpepper 3aa16f2c26 syntax/parse: speed up "is literal bound?" check
Can't do check completely statically, because phase of comparison
is expression (and even default is slightly unpredictable).
So instead compute whether check would succeed for likely phase
offsets, and use list of ok offsets as run-time fast path (memv
instead of identifier-binding).
2011-09-06 12:41:03 -06:00
..
experimental Corrected documentation of quote-module-name to indicate that it does not 2011-07-09 14:46:58 -04:00
private syntax/parse: speed up "is literal bound?" check 2011-09-06 12:41:03 -06:00
debug.rkt created racket/syntax from parts of unstable/syntax 2011-04-07 09:47:20 -06:00
define.rkt syntax/parse: added define-simple-macro form (needs docs) 2011-03-17 13:47:38 -06:00
todo.txt syntax/parse: added todo items 2010-11-03 18:09:20 -06:00