racket/collects/tests/honu
2012-01-09 10:38:11 -07:00
..
basic.honu enable #lang honu 2011-07-14 16:54:26 -06:00
check.rkt [honu] add tests for precedence cases 2011-11-14 17:49:15 -07:00
class.honu [honu] actually check for separator for the separate ids class. parse constructor arguments with comma separated ids 2011-11-15 12:19:27 -07:00
flow.honu [honu] add some examples 2011-08-12 15:16:39 -06:00
for.honu [honu] add example of for form for iterating over lists 2011-09-13 12:15:47 -06:00
function-use.honu
function.honu [honu] delay parsing of function bodies 2011-11-22 10:30:43 -07:00
ideas.honu
linq.honu [honu] fix for literal sets generated in a macro. replace . with -> for classes in the linq example 2012-01-09 10:38:11 -07:00
linq.rkt [honu] re-attach the output of macros to the input stream. wrap racket expressions so they dont get reparsed 2011-11-09 11:17:40 -07:00
macros.rkt [honu] create a new syntax class for parsing expressions at current-phase + 1. allow new operators to be defined using honu syntax 2011-11-17 23:34:59 -07:00
macros2.honu [honu] add example of lexically scoped macros 2011-11-22 10:30:44 -07:00
operators.honu [honu] change to honu extension 2012-01-09 10:38:11 -07:00
struct-patterns.honu start new honu implementation 2011-07-12 10:37:23 -06:00
struct-use.honu start new honu implementation 2011-07-12 10:37:23 -06:00
struct.honu [honu] add some examples 2011-08-12 15:16:39 -06:00
test.honu [honu] return a void expression if there is no current expression waiting to be processed 2011-08-09 16:25:27 -06:00
test.xml [honu] add string comparison. add test.xml file for linq example 2011-09-15 16:01:54 -06:00