summaryrefslogtreecommitdiff
path: root/yarp/templates
AgeCommit message (Expand)Author
2023-09-13[ruby/yarp] Mark empty flags as well as locations and blocksNobuyoshi Nakada
2023-09-11[ruby/yarp] Provide a flag for the integer baseKevin Newton
2023-09-11[ruby/yarp] Mark flags as privateKevin Newton
2023-09-08[ruby/yarp] Increment versionKevin Newton
2023-09-08[ruby/yarp] Template out a comment_targets methodKevin Newton
2023-09-07[ruby/yarp] Introduce owned constantsKevin Newton
2023-09-06[ruby/yarp] Consider source encoding for `slice`Vinicius Stock
2023-09-06[ruby/yarp] Constant on block parameter nodeKevin Newton
2023-09-06[ruby/yarp] Add deprecated aliases of the form YP_NODE_<name>_NODEBenoit Daloze
2023-09-06[ruby/yarp] Rename YP_NODE_*_NODE to YP_*_NODEBenoit Daloze
2023-09-05[ruby/yarp] Introduce a BlockLocalVariableNodeKevin Newton
2023-09-05[ruby/yarp] Fix up CI for Ruby 2.5Kevin Newton
2023-09-05[ruby/yarp] Switch `ERB.new` at startupNobuyoshi Nakada
2023-09-05[ruby/yarp] Read template in UTF-8Nobuyoshi Nakada
2023-09-02[ruby/yarp] Fix up template reading with LANG=CKevin Newton
2023-09-01[ruby/yarp] Try ignoring $LANGTakashi Kokubun
2023-09-01[ruby/yarp] Support LANG=C environments in template.rbTakashi Kokubun
2023-09-01[ruby/yarp] Provide a better inspectKevin Newton
2023-09-01[ruby/yarp] Bump to v0.10.0Kevin Newton
2023-09-01[ruby/yarp] Print information about type, flags on AST templatedJemma Issroff
2023-08-31[YARP] Remove Java templates [ci skip]Nobuyoshi Nakada
2023-08-30[ruby/yarp] BASERUBY fails because of .then not existingKevin Newton
2023-08-30[ruby/yarp] Fix up Rust config.yml readingKevin Newton
2023-08-30[ruby/yarp] Rename child_nodes to fieldsKevin Newton
2023-08-30[ruby/yarp] Move templating logic until YARPKevin Newton
2023-08-30[ruby/yarp] Switch from handling const char * to const uint8_t *Kevin Newton
2023-08-29[ruby/yarp] Remove unnecessary NUL byte in stringKevin Newton
2023-08-28[ruby/yarp] make `node.c` generated code more readableNathan Froyd
2023-08-26[ruby/yarp] Bump to version 0.9.0Kevin Newton
2023-08-25Remove version templating in YARPKevin Newton
2023-08-25[ruby/yarp] Introduce parse_lex instead of asking for a blockKevin Newton
2023-08-25[ruby/yarp] Use .rb suffix to find version fileKevin Newton
2023-08-25[ruby/yarp] Fix relative require in template scriptKevin Newton
2023-08-25[ruby/yarp] Use templating to avoid duplicating the YARP version in many placesBenoit Daloze
2023-08-25[ruby/yarp] Provide a desugar visitorKevin Newton
2023-08-25[ruby/yarp] Add Node#copy and MutationVisitorKevin Newton
2023-08-25[ruby/yarp] Add the ability to serialize shared stringsKevin Newton
2023-08-24[ruby/yarp] A couple small stylistic updates for yp_scope_nodeKevin Newton
2023-08-24[ruby/yarp] Requested changesJemma Issroff
2023-08-24[ruby/yarp] Pulled scope node out of config.yml, added necessary void returnsJemma Issroff
2023-08-22[ruby/yarp] Fix small typo in templating to specify where template comes fromJemma Issroff
2023-08-20[ruby/yarp] Use node kind for Ruby typesBenoit Daloze
2023-08-19[ruby/yarp] Bump to version 0.8.0Kevin Newton
2023-08-17Render YARP templates in the build process (#8228)Takashi Kokubun