racket/collects/honu/core/private
2012-06-11 13:07:54 -06:00
..
canonical.rkt Revert "Abolish "typed-scheme"." 2011-09-04 10:27:58 -04:00
class.rkt [honu] wrap expressions with let so local macro parsers can be defined. replace more usages of %racket with racket-syntax 2012-02-21 16:19:10 -07:00
compile.rkt [honu] fix the pattern form and use quote-syntax to prevent syntaxes from being interpolated too early 2012-06-02 15:33:55 -06:00
contexts.rkt
debug.rkt [honu] add syntactic patterns. parse the output of macros using a local define-syntax (kind of hackish) 2012-02-21 16:19:09 -07:00
extra.rkt [honu] make "then" keyword required for if again. start to add more loop types to for 2012-01-26 13:32:51 -07:00
fixture.rkt [honu] redo operator parsing to fix various precedence cases. add a new quasi-operator macro that can consume as much input on the right as it wants and use that to call methods on objects. change = to equal?. allow variables to be defined in classes 2011-11-14 00:45:55 -07:00
honu-plan use #%module-begin for honu modules so top level expressions get printed 2011-07-19 11:00:32 -06:00
honu-typed-scheme.rkt [honu] assignment operators cooperate with the dot operator 2012-06-11 13:07:52 -06:00
honu.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
honu2.rkt [honu] support for-syntax in require 2012-06-11 13:07:53 -06:00
issues [honu] return a void expression if there is no current expression waiting to be processed 2011-08-09 16:25:27 -06:00
language.rkt
literals.rkt [honu] support for-syntax in require 2012-06-11 13:07:53 -06:00
macro2.rkt [honu] fix the pattern form and use quote-syntax to prevent syntaxes from being interpolated too early 2012-06-02 15:33:55 -06:00
more.rkt Revert "Abolish "typed-scheme"." 2011-09-04 10:27:58 -04:00
operator.rkt [honu] assignment operators cooperate with the dot operator 2012-06-11 13:07:52 -06:00
ops.rkt
parse-helper.rkt [honu] honu forms implemented in racket must call honu->racket on the parsed output. add an example to do ocaml style pattern matching 2012-02-21 16:19:09 -07:00
parse2.rkt [honu] add simple syntax-parse form. add syntax-class for delaying parsing 2012-06-11 13:07:54 -06:00
struct.rkt [honu] dont create unique ids for struct fields 2012-04-20 14:08:36 -06:00
syntax.rkt [honu] move core definition of honu-syntax to another module 2012-01-26 13:32:52 -07:00
transformer.rkt [honu] move core definition of honu-syntax to another module 2012-01-26 13:32:52 -07:00
util.rkt [honu] bind all attributes from a syntax class. allow multiple expressions in a match list 2012-03-05 13:48:52 -07:00