Skip to content

Commit

Permalink
Merge pull request michaeledgar#5 from rkh/patch-1
Browse files Browse the repository at this point in the history
some 1.8 code throws a SyntaxError on 1.9. This is definitely correct. First example coming to mind is the old, optional "colon" for when clauses. I'm certain there's more.
  • Loading branch information
Michael Edgar committed Aug 19, 2011
2 parents c50fe84 + cb0f026 commit 3f4dabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -47,7 +47,7 @@ visibility, etc). This requires an annotation syntax, which of course will lead
wars. So I'll be including the syntax *I* would like, as well as a parser for YARD-style
annotations.
**6. Ruby 1.9+ only** - Yep, LASER will only run on Ruby 1.9, and it'll expect its target
code is Ruby 1.9. Of course, since any 1.8 code will still parse just fine, the only issues
code is Ruby 1.9. Of course, since almost any 1.8 code will still parse just fine, the only issues
that will come up is API differences (looking at you, `String`).
**7. Reusable Semantic Information** - I don't want a new AST format. I don't like the one
provided by RubyParser and co. So I'm sticking with Ripper's AST format. It has quirks, but
Expand Down

0 comments on commit 3f4dabb

Please sign in to comment.