Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for types on methods, change rule name w conflict
Now, you can specify a return type on a method using syntax like Mirah's. def foo(): void { puts 1 } This also changes the Token rule to AToken to get around a conflicting name from BaseParser that's currently causing compile errors.
- Loading branch information