| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-03 | count skipped line numbers | Nobuyoshi Nakada | |
| 2014-05-03 | skip to the next line and reset column after `=end` | Nobuyoshi Nakada | |
| 2014-05-03 | fix embedded documents | Nobuyoshi Nakada | |
| tabs are allowed after `=begin` and `=end`. raise `SyntaxError` if no =end is found. | |||
| 2014-04-28 | Add tests for multiline comment parsing | Carson McDonald | |
| 2014-04-21 | tests should not depend on `mruby-proc-ext` | cremno | |
| 2014-04-21 | fix optional block arguments in rhs | Nobuyoshi Nakada | |
| define optional block arguments as argument variables in the rhs default expressions, as same as mere assignment expressions. Import ruby/ruby@01740f0c273c89f7bcff3d5014d73c8ff6fb1986 | |||
| 2014-04-21 | fix optional arguments in rhs | Nobuyoshi Nakada | |
| define optional arguments as argument variables in the rhs default expressions, as same as mere assignment expressions. Import ruby/ruby@01740f0c273c89f7bcff3d5014d73c8ff6fb1986 | |||
| 2014-04-21 | allow method definition in cmdarg | Nobuyoshi Nakada | |
| save cmdarg_stack and isolate command argument state from outer scope to allow method definition in cmdarg import from ruby/ruby@04bb9d6b75a55d4000700769eead5a5cb942c25b | |||
| 2014-04-19 | Allow parenthesed do-block in cmdarg | Nobuyoshi Nakada | |
| Flush cmdarg flags inside left-paren in a command argument, to allow parenthesed `do-block` as an argument without arguments parentheses. `CMDARG_PUSH(0)` for tLPAREN_ARG is before `CMDARG_PUSH(1)` in `command_args` due to look-ahead. | |||
| 2014-03-28 | Add test for backquote. | take_cheeze | |
| * Implement code generation of NODE_DXSTR. * Fix NOVAL NODE_XSTR. | |||
| 2014-03-05 | __FILE__ test: add support for \ as separator | cremno | |
| 2014-02-26 | add test for __LINE__ and __FILE__ | take_cheeze | |
| 2014-01-06 | tests for "case" expression. | Tomoyuki Sahara | |
| 2014-01-04 | Test case statement with splat | Carson McDonald | |
| 2013-12-20 | add some tests for case statements | h2so5 | |
| 2013-08-02 | I fix order of actual and expect test value in syntax.rb. | Jun Hiroe | |
| 2013-07-28 | Add a couple splat tests | Carson McDonald | |
| 2013-06-14 | Improve Syntax Tests | Daniel Bovensiepen | |
| 2012-11-30 | add test for 'Abbreviated variable assignment as returns' | skandhas | |
| 2012-11-02 | add test for 8cf42709 | Yukihiro Matsumoto | |
| 2012-06-12 | minor correction in test/t/syntax.rb | Yukihiro Matsumoto | |
