Timeline
Not logged in

20 timeline items occurring around 2010-11-10 21:38:54.

2010-11-20
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)
  • .poseidon   [diff]
  • builddoc.bat (new file)   [view]
  • doc/candydoc/CANDYDOC.txt (new file)   [view]
  • doc/candydoc/candy.ddoc (new file)   [view]
  • doc/candydoc/explorer.js (new file)   [view]
  • doc/candydoc/ie56hack.css (new file)   [view]
  • doc/candydoc/img/bg.gif (new file)   [view]
  • doc/candydoc/img/candydoc.gif (new file)   [view]
  • doc/candydoc/img/outline/alias.gif (new file)   [view]
  • doc/candydoc/img/outline/bg.gif (new file)   [view]
  • doc/candydoc/img/outline/class.gif (new file)   [view]
  • doc/candydoc/img/outline/enum.gif (new file)   [view]
  • doc/candydoc/img/outline/func.gif (new file)   [view]
  • doc/candydoc/img/outline/module.gif (new file)   [view]
  • doc/candydoc/img/outline/package.gif (new file)   [view]
  • doc/candydoc/img/outline/struct.gif (new file)   [view]
  • doc/candydoc/img/outline/template.gif (new file)   [view]
  • doc/candydoc/img/outline/var.gif (new file)   [view]
  • doc/candydoc/img/package/bg.gif (new file)   [view]
  • doc/candydoc/img/tree/shim.gif (new file)   [view]
  • doc/candydoc/img/tree/tb.gif (new file)   [view]
  • doc/candydoc/img/tree/tbr.gif (new file)   [view]
  • doc/candydoc/img/tree/tbrm.gif (new file)   [view]
  • doc/candydoc/img/tree/tbrp.gif (new file)   [view]
  • doc/candydoc/img/tree/tr.gif (new file)   [view]
  • doc/candydoc/img/tree/trm.gif (new file)   [view]
  • doc/candydoc/img/tree/trp.gif (new file)   [view]
  • doc/candydoc/modules.ddoc (new file)   [view]
  • doc/candydoc/style.css (new file)   [view]
  • doc/candydoc/tree.js (new file)   [view]
  • doc/candydoc/util.js (new file)   [view]
  • main.d   [diff]
  • polemy/ast.d   [diff]
  • polemy/eval.d   [diff]
  • polemy/lex.d   [diff]
  • polemy/parse.d   [diff]
  • tricks/test.d   [diff]
  • tricks/tricks.d   [diff]

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)
  • polemy/parse.d   [diff]
  • sample/fib.pmy (new file)   [view]
  • sample/helloworld.pmy (new file)   [view]
  • sample/plusminus.pmy (new file)   [view]
2010-11-09
23:59
[7465fcdd7f] layered function invocation (user: kinaba, tags: trunk)
23:24
[2459e9a821] refactored eof-driven REPL (user: kinaba, tags: trunk)
19:28
[dc93ad8cf6] layered exec expression @lay(...) added (user: kinaba, tags: trunk)
16:27
[0f02103885] let, var, def became layer-neutral definition (not @val). scope splitting (let x=1;let x=2;let y=(let x=3);x is 1) is correctly implemented now. (user: kinaba, tags: trunk)
15:29
[77abaf5f42] Fixed broken "lambda" sign in parse.d (user: kinaba, tags: trunk)
15:22
[50811398367b] removed BOM from the source file (fxxk poseidon!!!) (user: kinaba, tags: trunk)