racket/collects/honu/core/private
2012-11-30 11:11:11 -07:00
..
canonical.rkt
class.rkt [honu] remove context argument from macro transformers 2012-08-20 12:28:14 -06:00
compile.rkt [honu] clean up requires by separating code into modules 2012-10-04 23:53:03 -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
honu-typed-scheme.rkt [honu] add postfix keyword for unary definitions 2012-10-04 23:53:03 -06:00
honu.rkt
honu2.rkt [honu] add syntax_var which is the same as define-syntax 2012-10-10 23:02:35 -06:00
issues
language.rkt
literals.rkt [honu] remove unused embedding of racket code inside a honu expression via %racket 2012-10-04 23:53:03 -06:00
macro2.rkt [honu] add operator which creates simple lambdas 2012-11-30 11:11:11 -07:00
more.rkt
operator.rkt [honu] add operator which creates simple lambdas 2012-11-30 11:11:11 -07: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] return a parsed syntax object immediately if the parser has a current expression 2012-11-30 11:11:11 -07:00
struct.rkt [honu] remove context argument from macro transformers 2012-08-20 12:28:14 -06:00
syntax.rkt Some more #lang racket' -> #lang racket/base' conversions 2012-11-07 08:03:44 -05:00
template.rkt [honu] clean up requires by separating code into modules 2012-10-04 23:53:03 -06:00
transformer.rkt [honu] support postfix unary operators 2012-10-04 23:53:03 -06: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
utils.rkt [honu] clean up requires by separating code into modules 2012-10-04 23:53:03 -06:00