20 descendants of [2459e9a821]
2010-11-21
| ||
17:18 | [a5fe6233c1] layered parameters implemented (user: kinaba, tags: trunk) | |
01:35 | [3464a035ec] source code cleanup (user: kinaba, tags: trunk) | |
2010-11-20
| ||
23:29 | [060f267779] fixed the bug that the first declaration inside a function cannt be recursive: def foo() { def bar() { bar() }; bar() }; foo() # bar cannot be found (user: kinaba, tags: trunk) | |
23:04 | [8e3db9ef20] macro worked! (user: kinaba, tags: trunk) | |
21:57 | [3f6f41b558] ast - table conversion (NOT AT ALL TESTED) (user: kinaba, tags: trunk) | |
18:20 | [515502e8d1] table get, init, ask expressions addded (user: kinaba, tags: trunk) | |
2010-11-13
| ||
21:16 | [5afe8e3f26] Memoization on non "@v" layer. Now simplest metalevel computation works!! Also, added -l option. (user: kinaba, tags: trunk) | |
14:38 | [078444a806] additional primitives for doing typechecking (user: kinaba, tags: trunk) | |
13:58 | [3a2762fca5] _isXXX (user: kinaba, tags: trunk) | |
13:32 | [8474ae68d9] rising mechanism (user: kinaba, tags: trunk) | |
12:55 | [c368edbcb1] @@lay(x) { ... } declaration and value rising. (user: kinaba, tags: trunk) | |
11:48 | [1c01f44f52] simplepatternmatch (user: kinaba, tags: trunk) | |
2010-11-12
| ||
13:40 | [a7b5d1d95a] refactored the parser, and added layerd params fun(x @t){...} (user: kinaba, tags: trunk) | |
00:22 | [6f0ec5b7c9] Custom Test Runner (user: kinaba, tags: trunk) | |
2010-11-11
| ||
11:40 | [8e6fa743ee] added layered parameter AST (only AST. no parser and no evaluator). (user: kinaba, tags: trunk) | |
2010-11-10
| ||
21:38 | [38fcc662be] cleaned up documentation comments (user: kinaba, tags: trunk) | |
00:48 | [9eec42eba1] memo (user: kinaba, tags: trunk) | |
00:35 | [a5d10ace51] FizzBuzz! (user: kinaba, tags: trunk) | |
00:19 | [68546f3e9f] several samples (user: kinaba, tags: trunk) | |
2010-11-09
| ||
23:59 | [7465fcdd7f] layered function invocation (user: kinaba, tags: trunk) | |
23:24 | [2459e9a821] refactored eof-driven REPL (user: kinaba, tags: trunk) | |