racket/collects/datalog/private
Robby Findler bf95ee1052 Adjust datalog to cooperate with check syntax a little bit more.
Specifically:
 - make predicate symbols and variables be original (and,
   in the former case, have srclocs)
 - remove the originality in the quoted syntax constants
   that the expansion introduces

I think there is probably something better that should be done
with those introduced syntax constants, possibly relacing
them with #f, or possibly replacing them with source location
lists, but I'm not sure how they are used, so I've just left
them in there.

(Also, very minor Rackety in check syntax)
2012-06-01 04:55:04 -05:00
..
compiler.rkt Adjust datalog to cooperate with check syntax a little bit more. 2012-06-01 04:55:04 -05:00
env.rkt Converting away from racket to racket/base 2011-08-15 10:06:21 -06:00
lex.rkt Converting away from racket to racket/base 2011-08-15 10:06:21 -06:00
pprint.rkt Converting away from racket to racket/base 2011-08-15 10:06:21 -06:00
subst.rkt Converting away from racket to racket/base 2011-08-15 10:06:21 -06:00
unify.rkt Converting away from racket to racket/base 2011-08-15 10:06:21 -06:00
variant.rkt Converting away from racket to racket/base 2011-08-15 10:06:21 -06:00