File History
Not logged in

History of sample/ast.pmy

2010-11-25
12:32
Deleted by check-in [474c4facf0] Introduced makefile to build documents. sample/macro.pmy is fully reformed. print(x) now returns x, not 0. (user: kinaba branch: trunk)
2010-11-24
22:22
[7e23af883e94d990] part of check-in [f9c31f3cd8] Fixed the null dereference bug when directly wrote "case 1 when 2: 3" in REPL. It was due to null LexPosition in the AST. Now AST.pos !is null is an invariant of AST. (user: kinaba branch: trunk) [diff] [annotate]
20:45
[a9061a338889d74c] part of check-in [adacc96a55] changed the syntax of pattern matching (user: kinaba branch: trunk) [diff] [annotate]
20:20
[157799e01f30b7fa] part of check-in [153a14cec0] if-then-else without {}s. some cosmetic changes (user: kinaba branch: trunk) [diff] [annotate]
2010-11-23
19:37
[94485181e809cc7b] part of check-in [5e924caac9] added AST-rewriting macro sample. (user: kinaba branch: trunk) [annotate]