summaryrefslogtreecommitdiff
path: root/lib/prism
AgeCommit message (Expand)Author
2025-01-12[ruby/prism] Fix parser translator tokens for comment-only fileEarlopain
2025-01-12[ruby/prism] Fix binary encoding for the parser translatorEarlopain
2025-01-11[ruby/prism] Better comment token handling for the parser translatorEarlopain
2025-01-11[ruby/prism] Fix `not` receiverKevin Newton
2025-01-11[ruby/prism] Fix parser translator tokens for backslashes in single-quoted st...Earlopain
2025-01-11[ruby/prism] Implement more string token escaping in the parser translatorEarlopain
2025-01-11[ruby/prism] Better handle all kinds of multiline strings in the parser trans...Earlopain
2025-01-11[ruby/prism] Better handle multiline interpolated strings in the parser trans...Earlopain
2025-01-11[ruby/prism] Fix parser translator ast for empty regexEarlopain
2025-01-11[ruby/prism] Fix parser translator ast for regex with line continuationEarlopain
2025-01-11[ruby/prism] Fix parser translator ast when using anonymous forwarding in blo...Earlopain
2025-01-11[ruby/prism] Fix an incompatibility with the parser translatorEarlopain
2025-01-11[ruby/prism] Bump to v1.3.0Kevin Newton
2025-01-11[ruby/prism] Support 3.5 for version optionKevin Newton
2025-01-05[ruby/prism] Fix parser translator ast for heredoc with written newlinesEarlopain
2024-12-26[ruby/prism] Support Ruby 3.5 for `Prism::Translation::Parser`Koichi ITO
2024-12-16[ruby/prism] Fix up regression in ruby parser translationKevin Newton
2024-12-16[ruby/prism] Simplify srange_find in parser compilerKevin Newton
2024-12-16[ruby/prism] Add do keyword tracking for While/UntilKevin Newton
2024-12-16[ruby/prism] Bump to v1.2.0Kevin Newton
2024-12-16[ruby/prism] Bump to v1.1.0Kevin Newton
2024-12-11[ruby/prism] Bump typechecking depsKevin Newton
2024-11-12[ruby/prism] Use RbConfig to locate libprism and headers when it is a default...Benoit Daloze
2024-10-16[ruby/prism] RelocationKevin Newton
2024-10-11[ruby/prism] Prism::StringQueryKevin Newton
2024-10-10[ruby/prism] Prism::CodeUnitsCacheKevin Newton
2024-10-09[ruby/prism] Attempt to assume binary is UTF-8Kevin Newton
2024-10-09[ruby/prism] Avoid breaking code units offset on binary encodingVinicius Stock
2024-10-03[ruby/prism] Use `partial_script` for the parser translatorsEarlopain
2024-09-25[ruby/prism] Fix up lex difference when ~ heredoc with 0 dedent and line cont...Kevin Newton
2024-09-24[ruby/prism] Accept version shorthand like 3.4Kevin Newton
2024-09-24[ruby/prism] Accept all 3.3.x and 3.4.x Ruby versions for Prism.parseBenoit Daloze
2024-09-20[ruby/prism] Fix `kDO_LAMBDA` token incompatibility for `Prism::Translation::...Koichi ITO
2024-09-20[ruby/prism] Introduce partial_script optionKevin Newton
2024-09-16[ruby/prism] Do not leak explicit encodingKevin Newton
2024-09-13[ruby/prism] Expose main_script in serialization APIKevin Newton
2024-09-12[ruby/prism] Check errno for parsing directoryKevin Newton
2024-09-09[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`Koichi ITO
2024-09-07[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`Koichi ITO
2024-09-04[ruby/prism] essentialy ==> essentiallyydah
2024-08-29[ruby/prism] Remove deprecated lib/prism/translation/parser/rubocop.rb fileKoichi ITO
2024-08-28[PRISM] Sync version updateKevin Newton
2024-08-28[ruby/prism] Reverse-sync ruby/ruby and deprecate old fieldsKevin Newton
2024-08-28[PRISM] Field renamingKevin Newton
2024-08-14[ruby/prism] Tweak inspect representation of `Prism::Location`Koichi ITO
2024-07-11[ruby/prism] (ruby_parser) Handle bare string in implicit concatKevin Newton
2024-07-11[ruby/prism] (ruby_parser) Match match3 nodes for regular expressionsKevin Newton
2024-07-11[ruby/prism] (ruby_parser) Reverse associativity of and and or nodesKevin Newton
2024-07-11[ruby/prism] Various cleanup for initializers and typechecksKevin Newton
2024-07-11[ruby/prism] Add node ids to nodesKevin Newton