summaryrefslogtreecommitdiff
path: root/prism/templates/include
AgeCommit message (Expand)Author
2025-12-02[ruby/prism] Introduce PM_NODE_FLAGS macroKevin Newton
2025-12-02[ruby/prism] Introduce PM_NODE_UPCAST macro for readabilityKevin Newton
2025-10-01[ruby/prism] Add a "LAST" enum field to all flags enumsAaron Patterson
2025-05-29[ruby/prism] [DOC] No RDoc in include/prism/ast.hNobuyoshi Nakada
2024-09-25[ruby/prism] Update templates/include/prism/ast.h.erbKevin Newton
2024-09-25[ruby/prism] Fix rendering of type overview docsAlexander Momchilov
2024-09-25[ruby/prism] Type every node field and mark on-error-only types explicitlyBenoit Daloze
2024-09-13[ruby/prism] Refactor and move common node flags count into a constant to reu...Andrew Konchin
2024-08-22[ruby/prism] Update templates/include/prism/ast.h.erbKevin Newton
2024-08-22[ruby/prism] Render node comments into their `ast.h`Alexander Momchilov
2024-07-11[ruby/prism] Add node ids to nodesKevin Newton
2024-07-11[ruby/prism] Expose flags on every node typeKevin Newton
2024-03-28[ruby/prism] CLI -x flagKevin Newton
2024-03-06[ruby/prism] Expose types on diagnosticsKevin Newton
2024-03-06[ruby/prism] Move template related methods/classes under `Prism::Template` na...Ufuk Kayserilioglu
2024-02-22[ruby/prism] Parse float valuesKevin Newton
2024-02-22[ruby/prism] Regenerate snapshots using integer valuesKevin Newton
2024-02-22[ruby/prism] Add an IntegerField for parsing integer valuesKevin Newton
2024-02-01[ruby/prism] Add parentheses around macro argumentsJenny Shen
2024-01-03[ruby/prism] Include field comments in Java sourceBenoit Daloze
2024-01-02[ruby/prism] Introduce field commentsKevin Newton
2023-12-12[ruby/prism] Add methods for setting/unsetting and macros for testing a flagsUfuk Kayserilioglu
2023-12-01[ruby/prism] Change numbered parametersKevin Newton
2023-11-01[ruby/prism] Fix up lintKevin Newton
2023-11-01[ruby/prism] Last remaining missing C commentsKevin Newton
2023-11-01[ruby/prism] More documentation for ast.hKevin Newton
2023-11-01[ruby/prism] Even more C file documentationKevin Newton
2023-11-01[ruby/prism] Start better documenting C APIKevin Newton
2023-11-01[ruby/prism] Add comments on flagsKevin Newton
2023-10-13[ruby/prism] Make PM_NODE_FLAG_COMMON_MASK into a constantKevin Newton
2023-10-13[ruby/prism] Move common flags to top bitseileencodes
2023-10-04[ruby/prism] give flag enums a non-`typedef`'d nameNathan Froyd
2023-09-27Sync to prism rename commitsKevin Newton
2023-09-27Rename YARP filepaths to prism filepathsKevin Newton