summaryrefslogtreecommitdiff
path: root/prism
AgeCommit message (Expand)Author
3 days[ruby/prism] Update `#line` that was missed to updateYusuke Endoh
4 days[ruby/prism] Set `#line" directives to respect the path in ruby/ruby repoYusuke Endoh
6 days[ruby/prism] Make sure Init_prism is visible for extensionKevin Newton
9 days[ruby/prism] Document MultiWriteNode fieldsHerwin
9 days[ruby/prism] Document MultiTargetNodeHerwin
10 days[ruby/prism] Ensure ranges are non-associativeKevin Newton
11 days[ruby/prism] Handle implicit array precedenceKevin Newton
13 days[ruby/prism] Match CRuby error message for unknown regexp optionsKevin Newton
13 days[ruby/prism] Fix binding power for class <<Kevin Newton
14 days[ruby/prism] Provide ability to lock encoding while parsingKevin Newton
14 days[ruby/prism] Disallow multi writes when not in statement levelKevin Newton
2024-06-10[ruby/prism] Allow block exits in loop predicatesKevin Newton
2024-06-09Use `PRISM_EXPORTED_FUNCTION` consistently with the headerNobuyoshi Nakada
2024-06-07Sync prism version to latestKevin Newton
2024-06-06Remove circular parameter syntax errorKevin Newton
2024-06-06[ruby/prism] Reject additional patterns under splat in targetKevin Newton
2024-06-05[PRISM] Sync latest prismKevin Newton
2024-06-05[ruby/prism] Fix up documentation for regexp structsKevin Newton
2024-06-05[ruby/prism] Parse all regular expressionsKevin Newton
2024-06-05[ruby/prism] Add Onigmo errors for invalid groupsKevin Newton
2024-06-05[ruby/prism] Add Onigmo error for invalid repeat and empty group nameKevin Newton
2024-06-05[ruby/prism] Add Onigmo error for empty char-classKevin Newton
2024-06-05[ruby/prism] Report onigmo errors for depthKevin Newton
2024-06-05[ruby/prism] Change pm_regexp_parse to not return booleanKevin Newton
2024-06-05[ruby/prism] Pass prism parser into regexp parserKevin Newton
2024-06-05[ruby/prism] Remove unused string list structKevin Newton
2024-06-05[ruby/prism] Switch regexp parsing to use a callback from named capture groupsKevin Newton
2024-05-31Make error messages clear blocks/keywords are disallowed in index assignmentJeremy Evans
2024-05-29[ruby/prism] Document `ForNode` fieldsnasa
2024-05-28[ruby/prism] Fix line continuation heredoc dedent calculationKevin Newton
2024-05-28[ruby/prism] Typo fix: poitive => positiveHerwin
2024-05-24[ruby/prism] Fix up self-write order for lexKevin Newton
2024-05-24[ruby/prism] Remove dynamic Debug module methodsKevin Newton
2024-05-24[ruby/prism] Remove error formatting, put directly in CRubyKevin Newton
2024-05-24[ruby/prism] Remove Debug#named_capturesKevin Newton
2024-05-24[ruby/prism] Move profiling to prism module directlyKevin Newton
2024-05-24[ruby/prism] Remove various unused memsize infraKevin Newton
2024-05-24[ruby/prism] Remove Debug::integer_parseKevin Newton
2024-05-24[ruby/prism] Remove Debug::static_inspectKevin Newton
2024-05-24[ruby/prism] Update duplicated when error messageKevin Newton
2024-05-23[ruby/prism] Raise `void value expression` in begin clauseseileencodes
2024-05-23[ruby/prism] Only accept command call when specified for constant pathKevin Newton
2024-05-23[ruby/prism] Disallow newlines in heredoc identifiersKevin Newton
2024-05-22[PRISM] Properly support 'it'Kevin Newton
2024-05-22[ruby/prism] Fix support for 'it' implicit local variableKevin Newton
2024-05-21[ruby/prism] Reconfigure rationalsKevin Newton
2024-05-21[ruby/prism] Add error for numbered parameter used in inner blockKevin Newton
2024-05-20[ruby/prism] Fix up regexp escapes with control/metaKevin Newton
2024-05-20[ruby/prism] Fix up regexp escapes with control/meta and xKevin Newton
2024-05-20[PRISM] Match CRuby line semantics for evstrKevin Newton