summaryrefslogtreecommitdiff
path: root/prism_compile.c
AgeCommit message (Expand)Author
2023-09-29Move more things through pm_static_literal_valueKevin Newton
2023-09-29Handle static array nodesKevin Newton
2023-09-29Compile implicit nodesKevin Newton
2023-09-29Fix up static hash compilationKevin Newton
2023-09-28More documentation for pattern matching compilationKevin Newton
2023-09-28Support if and unless guards on patternsKevin Newton
2023-09-28Support local variable targeting in pattern matchingKevin Newton
2023-09-28Support the AlternationPatternNodeKevin Newton
2023-09-28Fill in other missing pattern matching expression typesKevin Newton
2023-09-28Compile basic pattern matching expressionsKevin Newton
2023-09-28Consolidate regexp options, interpolated match last lineKevin Newton
2023-09-29Fix up indentation [ci skip]Nobuyoshi Nakada
2023-09-28[YARP] Implement MatchWriteNodeMatt Valentine-House
2023-09-28Fix up indentation in prism_compile.cKevin Newton
2023-09-28Move CRuby-specific prism files to top levelKevin Newton