summaryrefslogtreecommitdiff
path: root/test/yarp/compiler_test.rb
AgeCommit message (Expand)Author
2023-09-27Rename YARP filepaths to prism filepathsKevin Newton
2023-09-27[ruby/yarp] Split up compiler versus visitorKevin Newton
2023-09-27Rename compiler test to iseq testKevin Newton
2023-09-27[YARP] Implement regex flagseileencodes
2023-09-27[YARP] Implemented BlockArgumentNode (#8499)Jemma Issroff
2023-09-26Prevent warnings: "unused literal ignored"Yusuke Endoh
2023-09-22[YARP] Suppress constant redefinition warningNobuyoshi Nakada
2023-09-21[YARP] Implement ConstantPathTargetNodeMatt Valentine-House
2023-09-21[YARP] Add tests for popped instructions (#8494)Jemma Issroff
2023-09-19[YARP] Implement GlobalVariableTargetNodeMatt Valentine-House
2023-09-19[YARP] Implement ClassVariableTargetNodeMatt Valentine-House
2023-09-19[YARP] Implement InstanceVariableTargetNode, LocalVariableTargetNodeMatt Valentine-House
2023-09-19[YARP] Implement ConstantTargetNodeMatt Valentine-House
2023-09-18[YARP] Restructure tests to compare YARP evaluation to CRuby evaluation (#8467)Jemma Issroff
2023-09-08[YARP] Implement compilation for RationalNodes, fix other num types (#8404)Jemma Issroff
2023-09-08[YARP] Implement compilation for Regex / InterpolatedRegex (#8396)Jemma Issroff
2023-09-08[YARP] Implement compilation for InterpolatedXStringNode (#8395)Jemma Issroff
2023-09-07[YARP] Miscellaneous small bug fixes (#8387)Jemma Issroff
2023-09-05[YARP] Fix warning on compiling constant test (#8377)Jemma Issroff
2023-09-05Prevent "ambiguous first argument" warningsYusuke Endoh
2023-09-01[YARP] Implement Compiling for And / Or / Operator Write Nodes (#8352)Jemma Issroff
2023-08-30[YARP] Compile ProgramNode as ScopeNode (#8327)Jemma Issroff
2023-08-30[YARP] Fix variables in compilation (#8326)Jemma Issroff
2023-08-29Tests for the YARP compilerKevin Newton