aboutsummaryrefslogtreecommitdiffstats
path: root/prism
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "[ruby/prism] Change ScopeNode to point to previous ScopeNode""Jemma Issroff2023-10-183-3/+18
* [ruby/prism] Bump to version 0.15.1Kevin Newton2023-10-184-5/+5
* [ruby/prism] Bump to version 0.15.0Kevin Newton2023-10-183-4/+4
* [ruby/prism] Modify less of the CRuby localsKevin Newton2023-10-182-6/+1
* [ruby/prism] Add * and & to methods with ...Kevin Newton2023-10-181-1/+15
* [ruby/prism] Extract out constant pool bucket bits to constantsKevin Newton2023-10-183-13/+28
* [ruby/prism] Provide "constant" constants, embedded in the codeKevin Newton2023-10-184-37/+46
* [ruby/prism] Use the unescaped regexp to scan for capture groupsKevin Newton2023-10-181-5/+22
* [ruby/prism] Index{Operator,And,Or}WriteNodeKevin Newton2023-10-184-66/+288
* [ruby/prism] Ensure last encoding flag winseileencodes2023-10-171-4/+7
* [ruby/prism] Fix up super with a blockargKevin Newton2023-10-171-1/+5
* [ruby/prism] Load magic comments in javaKevin Newton2023-10-162-5/+5
* [ruby/prism] Additionally handle encoding comments in vim modeKevin Newton2023-10-161-16/+77
* [ruby/prism] Attach magic comments to the parse resultKevin Newton2023-10-165-9/+102
* [ruby/prism] Parse all magic commentsKevin Newton2023-10-161-79/+143
* Revert "[ruby/prism] Change ScopeNode to point to previous ScopeNode"Jemma Issroff2023-10-163-18/+3
* [ruby/prism] Change ScopeNode to point to previous ScopeNodeJemma Issroff2023-10-163-3/+18
* [ruby/prism] Put names on back reference read nodesKevin Newton2023-10-142-10/+18
* [ruby/prism] Make PM_NODE_FLAG_COMMON_MASK into a constantKevin Newton2023-10-131-1/+1
* [ruby/prism] Bump version to 0.14.0Kevin Newton2023-10-133-4/+4
* [ruby/prism] Move common flags to top bitseileencodes2023-10-136-10/+10
* [ruby/prism] Fix up PR failingsKevin Newton2023-10-131-28/+82
* [ruby/prism] Remove now-defunct semantic_field from nodesKevin Newton2023-10-134-21/+10
* [ruby/prism] Final unescapes cleanupKevin Newton2023-10-131-63/+40
* Remove old unescaping codeKevin Newton2023-10-135-712/+0
* [ruby/prism] Properly handle unescaping in regexpKevin Newton2023-10-131-225/+254
* [ruby/prism] Use current_string to handle :" symbolsKevin Newton2023-10-131-2/+19
* [ruby/prism] Use current_string for :' symbolsKevin Newton2023-10-131-18/+11
* [ruby/prism] Use current_string for %s symbol literalsKevin Newton2023-10-131-13/+24
* [ruby/prism] Split up lines in tilde heredocsKevin Newton2023-10-131-107/+80
* [ruby/prism] Calculate heredoc common whitespace while lexingKevin Newton2023-10-132-98/+96
* [ruby/prism] Enable remaining heredoc unescape testsKevin Newton2023-10-131-13/+14
* [ruby/prism] Use current_string for escapes in heredocsKevin Newton2023-10-131-33/+99
* [ruby/prism] Use create_unescaped functions for empty heredocsKevin Newton2023-10-131-71/+64
* [ruby/prism] Use current_string for x string escape sequencesKevin Newton2023-10-131-15/+34
* [ruby/prism] Use token buffer for string lexingKevin Newton2023-10-131-43/+17
* [ruby/prism] Extract out a couple more token buffer functionsKevin Newton2023-10-131-12/+33
* [ruby/prism] Capture the token buffer logic into its own struct and functionsKevin Newton2023-10-131-41/+67
* [ruby/prism] Use current_string to handle escapes in string literalsKevin Newton2023-10-131-97/+203
* [ruby/prism] Use current_string to handle %IKevin Newton2023-10-131-12/+29
* [ruby/prism] Use current_string for handling %W listsKevin Newton2023-10-131-8/+17
* [ruby/prism] Extract out string handling for %W listsKevin Newton2023-10-131-10/+9
* [ruby/prism] Use current_string to handle %i escapesKevin Newton2023-10-131-2/+4
* [ruby/prism] Use current_string to handle %w escapesKevin Newton2023-10-131-28/+98
* [ruby/prism] Strip out old char unescapingKevin Newton2023-10-133-56/+32
* [ruby/prism] Handle remaining escape sequences for character literalsKevin Newton2023-10-133-11/+354
* [ruby/prism] Track current_string to pass forward for character literalsKevin Newton2023-10-132-20/+19
* [ruby/prism] Fix escaped 8 and escaped 9Kevin Newton2023-10-131-2/+1
* [ruby/prism] Fix parsing symbols in strings after labelsHaldun Bayhantopcu2023-10-121-2/+3
* [ruby/prism] Increase the depth for the For node index variableMatt Valentine-House2023-10-121-1/+5