racket/collects/honu/core/private
2012-11-30 11:11:11 -07:00
..
canonical.rkt Revert "Abolish "typed-scheme"." 2011-09-04 10:27:58 -04:00
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 separate honu into core and user-level modules 2010-10-22 10:48:07 -06:00
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] add postfix keyword for unary definitions 2012-10-04 23:53:03 -06:00
honu.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
honu2.rkt [honu] add syntax_var which is the same as define-syntax 2012-10-10 23:02:35 -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 move rest of honu files. point core at local private files 2010-10-22 10:48:08 -06:00
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 Revert "Abolish "typed-scheme"." 2011-09-04 10:27:58 -04:00
operator.rkt [honu] add operator which creates simple lambdas 2012-11-30 11:11:11 -07:00
ops.rkt separate honu into core and user-level modules 2010-10-22 10:48:07 -06:00
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