| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Allow globals that start with $_
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
xquote operator
|
|
maintainability and performance.
|
|
|
|
strlen().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
refactor string parsing
|
|
environments).
This is a first step. It will be reduced stdlib.h in each files later.
|
|
|
|
|
|
|
|
Clean up parse.y.
|
|
architectures.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FUKUZAWA-Tadashi-heredoc
|
|
|
|
|
|
|
|
|
|
be able to parse any delimiters.
variable expansion isn't supported yet.
* sample code
```
def matchpath(str)
puts "#{str} is ..."
if %r!img/! =~ str then
puts "match"
else
puts "not match"
end
end
matchpath("img/a.png") # => match
matchpath("/usr/local/bin") # => not match
matchpath("book/img/local") # => match
```
|
|
regexp parsing bug if unknown option is used
|
|
masamitsu-murase/support_parser_dump_for_regexp_literal
parser_dump supports NODE_REGEX.
|
|
|
|
|
|
|