.. |
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] many small things: allow with syntax to bind arbitrary patterns. provide time and time-apply. make compress-dollars recurse on sub-expressions. add an implicit pattern variable that consists of the result with an ellipses depth of 1. fix the while form. allow require forms to contain mostly anything and be separated by commas.
|
2013-03-04 18:48:41 -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] fix lexical context for require forms. fixup the module name to replace _ with -
|
2013-03-04 18:48:41 -07: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
|
Fix lots of indentation mistakes.
|
2013-03-14 10:55:47 -04: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
|
Fix lots of indentation mistakes.
|
2013-03-14 10:55:47 -04: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] many small things: allow with syntax to bind arbitrary patterns. provide time and time-apply. make compress-dollars recurse on sub-expressions. add an implicit pattern variable that consists of the result with an ellipses depth of 1. fix the while form. allow require forms to contain mostly anything and be separated by commas.
|
2013-03-04 18:48:41 -07: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 |