racket/collects/tests/honu
2011-11-22 13:15:21 -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 dont require core files 2010-10-22 10:48:09 -06:00
function.honu [honu] delay parsing of function bodies 2011-11-22 10:30:43 -07:00
ideas.honu
linq.honu [honu] wrap expressions with a semicolon at the end of them in (%semicolon ...) 2011-10-23 14:06:06 -06: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.rkt disable test for now 2011-11-22 13:15:21 -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