History of polemy/parse.d
2010-11-28
| ||
08:46 | [06d6eadbdf402360] part of check-in [576c494e53] fixed: literal "..." is now lifted in user-defined layers (user: kinaba branch: trunk) [diff] [annotate] | |
2010-11-27
| ||
23:23 | [de23904b83613a4d] part of check-in [005474ba5b] changed: not to lift _|_ (user: kinaba branch: trunk) [diff] [annotate] | |
2010-11-26
| ||
21:22 | [454c7b7367a1305b] part of check-in [23fb1b4a0e] jikken before non-memo macro (user: kinaba branch: trunk) [diff] [annotate] | |
16:42 | [45c4aa9e0628516e] part of check-in [f7e9e77316] introduced "..." expression, and replaced the pattern match failure with this. (user: kinaba branch: trunk) [diff] [annotate] | |
14:29 | [3ad9850246d5111f] part of check-in [f8684f4d69] changed the desugaring of >>@macro x=e from >>@macro x=e in x to >>@macro x=e in "(macro definition)" for convenience during REPL interaction (user: kinaba branch: trunk) [diff] [annotate] | |
14:03 | [9aca36046bea5df8] part of check-in [207cea338a] changed hiding mechanizem of x in let x = ... for @macro layer. Old: set(x,ValueLayer,undefined) Nee: set(x,NoopLayer,null) (user: kinaba branch: trunk) [diff] [annotate] | |
2010-11-24
| ||
22:22 | [38516f68b159d6bd] 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] | |
21:14 | [f6a85fc83dd90cb0] part of check-in [3ae09b8cbf] changed if-then-else syntax (user: kinaba branch: trunk) [diff] [annotate] | |
20:45 | [9751c1054b6569e6] part of check-in [adacc96a55] changed the syntax of pattern matching (user: kinaba branch: trunk) [diff] [annotate] | |
20:20 | [6c61d557752efef5] part of check-in [153a14cec0] if-then-else without {}s. some cosmetic changes (user: kinaba branch: trunk) [diff] [annotate] | |
12:30 | [64474993b2d6bb44] part of check-in [20be503cae] set up referece manual (user: kinaba branch: trunk) [diff] [annotate] | |
03:28 | [bacc00f3f91907a9] part of check-in [ba11f1d551] fixed the macro scoping rules concerning non-macro let (user: kinaba branch: trunk) [diff] [annotate] | |
2010-11-23
| ||
22:55 | [50e0836a1ece20de] part of check-in [2134cd44cc] further clean-up for polemy2d (user: kinaba branch: trunk) [diff] [annotate] | |
19:37 | [b6858e7b65012cb1] part of check-in [5e924caac9] added AST-rewriting macro sample. (user: kinaba branch: trunk) [diff] [annotate] | |
16:42 | [9df8a8a07696ff22] part of check-in [6ac127ddd0] new evaluator (user: kinaba branch: trunk) [diff] [annotate] | |
2010-11-21
| ||
23:24 | [789e91a27a62e096] part of check-in [3995a5eb6a] added iikagen pattern match (user: kinaba branch: trunk) [diff] [annotate] | |
20:11 | [2e1caca9f119fc4c] part of check-in [2bdfb8a182] moved build sciprt for documents into Poseidon environment (user: kinaba branch: trunk) [diff] [annotate] | |
18:53 | [71d187282fb3ce05] part of check-in [435fa085ec] refactored predefined layer names, and filled readme.txt. (user: kinaba branch: trunk) [diff] [annotate] | |
17:33 | [25ec86a59533b939] part of check-in [6ecc7046fc] tableset x{y:1} expression added (user: kinaba branch: trunk) [diff] [annotate] | |
01:35 | [a024e7c2d40e70c4] part of check-in [3464a035ec] source code cleanup (user: kinaba branch: trunk) [diff] [annotate] | |
2010-11-20
| ||
18:20 | [6bec0997c5764737] part of check-in [515502e8d1] table get, init, ask expressions addded (user: kinaba branch: trunk) [diff] [annotate] | |
2010-11-13
| ||
12:55 | [7ed0053850ffa032] part of check-in [c368edbcb1] @@lay(x) { ... } declaration and value rising. (user: kinaba branch: trunk) [diff] [annotate] | |
2010-11-12
| ||
13:40 | [8212de2433d6e818] part of check-in [a7b5d1d95a] refactored the parser, and added layerd params fun(x @t){...} (user: kinaba branch: trunk) [diff] [annotate] | |
00:22 | [d3a7b70fa2f3b803] part of check-in [6f0ec5b7c9] Custom Test Runner (user: kinaba branch: trunk) [diff] [annotate] | |
2010-11-11
| ||
11:40 | [fbe471845b86f859] part of check-in [8e6fa743ee] added layered parameter AST (only AST. no parser and no evaluator). (user: kinaba branch: trunk) [diff] [annotate] | |
2010-11-10
| ||
21:38 | [2739b95337ae2aab] part of check-in [38fcc662be] cleaned up documentation comments (user: kinaba branch: trunk) [diff] [annotate] | |
00:35 | [42c980cf31500e88] part of check-in [a5d10ace51] FizzBuzz! (user: kinaba branch: trunk) [diff] [annotate] | |
00:19 | [3e7ec41f1027e8ba] part of check-in [68546f3e9f] several samples (user: kinaba branch: trunk) [diff] [annotate] | |
2010-11-09
| ||
23:24 | [a8c1fd55863166fb] part of check-in [2459e9a821] refactored eof-driven REPL (user: kinaba branch: trunk) [diff] [annotate] | |
19:28 | [fafb5e120f10db35] part of check-in [dc93ad8cf6] layered exec expression @lay(...) added (user: kinaba branch: trunk) [diff] [annotate] | |
16:27 | [e14df84da140adf3] part of check-in [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 branch: trunk) [diff] [annotate] | |
15:29 | [5f90478aa23ae726] part of check-in [77abaf5f42] Fixed broken "lambda" sign in parse.d (user: kinaba branch: trunk) [diff] [annotate] | |
15:22 | [86eb0091d67bd45b] part of check-in [5081139836] removed BOM from the source file (fxxk poseidon!!!) (user: kinaba branch: trunk) [diff] [annotate] | |
15:19 | [c3f339e53d35901f] part of check-in [d78d700f7a] tenuki REPL bug-fix (now we can continue using REPL after a syntax error) and file interpreter mode. (user: kinaba branch: trunk) [diff] [annotate] | |
15:02 | [f48294ade1f2cd3c] part of check-in [7de80acfb8] Added ultra tenuki REPL (user: kinaba branch: trunk) [diff] [annotate] | |
14:19 | [fe5c9fee07b98701] part of check-in [8de5b49cdf] split tricks module into a separate package. (user: kinaba branch: trunk) [diff] [annotate] | |
01:40 | [d47e2b014f260d66] part of check-in [aa770610d3] added layered-let (user: kinaba branch: trunk) [diff] [annotate] | |
2010-11-08
| ||
23:59 | [10baa46251b8a0b6] part of check-in [b985f3bf91] refactored parser to change AST to ML-like one. (user: kinaba branch: trunk) [diff] [annotate] | |
21:26 | [51dd3bd106fd9ecb] part of check-in [80ff567c75] Testing easyAST. (user: kinaba branch: trunk) [diff] [annotate] | |
20:42 | [de91c770214a43a1] part of check-in [5e407d7cf8] Lexer Refactored so that it can accpet multi-symbol token (user: kinaba branch: trunk) [diff] [annotate] | |
17:45 | [752d9af2ecdd593b] part of check-in [8d297342aa] Replaced Token.Kind with bool quoted (user: kinaba branch: trunk) [diff] [annotate] | |
01:31 | [31eeea68e341add3] part of check-in [633e700889] If-expression implemented. Factorial now works. (user: kinaba branch: trunk) [diff] [annotate] | |
00:03 | [fe0b0bcfc1d8a230] part of check-in [820e7198cc] Made helloworld work. (user: kinaba branch: trunk) [diff] [annotate] | |
2010-11-07
| ||
23:34 | [1d6de9cb69bbf7d4] part of check-in [0569f7b8c2] - Added function literal evaluator (i.e., closure). - Workaround for d2stacktrace's infinite-loop bug. (when std.demangle.demangle use exception inside it, it will go into an infinite loop. to avoid this, I choose to unset TraceHandler during stacktrace generation. This is far from the complete solution, but at least it should work as expected under single-thread environment...) (user: kinaba branch: trunk) [diff] [annotate] | |
21:46 | [4856c979362ef435] part of check-in [3f5dc76a75] Added funcall expression parser and function literal parser. (user: kinaba branch: trunk) [diff] [annotate] | |
21:20 | [a819ba1b27fdc13d] part of check-in [5d4cb856d8] Added FuncallExpression (user: kinaba branch: trunk) [diff] [annotate] | |
19:32 | [fe545db0fb7a2428] part of check-in [4198578702] Changed several documentation comments into ddoc compatible ones. (user: kinaba branch: trunk) [diff] [annotate] | |
19:18 | [6a76d51cc68a610b] part of check-in [423f308350] Initial commit. Just for setting up the environment. (user: kinaba branch: trunk) [annotate] | |