summaryrefslogtreecommitdiff
path: root/prism/regexp.c
AgeCommit message (Expand)Author
2025-01-11[ruby/prism] Enable implicit fall-through errorsAlexander Momchilov
2024-11-12[ruby/prism] Fix use of uninitialized value when parsing regexpPeter Zhu
2024-08-22[ruby/prism] Turn off extended mode when parsing extended groupKevin Newton
2024-07-01[ruby/prism] Properly support parsing regexp in extended modeKevin 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] Switch regexp parsing to use a callback from named capture groupsKevin Newton
2024-02-18[ruby/prism] Account for encoding in regexp named capturesKevin Newton
2023-11-30[ruby/prism] Correctly pass around const pm_encoding_t *Kevin Newton
2023-11-05Do not use non-ASCII chars in sourcesNobuyoshi Nakada
2023-11-01[ruby/prism] Last remaining missing C commentsKevin Newton
2023-11-01[ruby/prism] Documentation for diagnostics and regexpKevin Newton
2023-10-27[ruby/prism] Use MatchWriteNode on split InterpolatedRENKevin Newton
2023-09-27Sync to prism rename commitsKevin Newton
2023-09-27Rename YARP filepaths to prism filepathsKevin Newton
close