summaryrefslogtreecommitdiff
path: root/prism/options.c
AgeCommit message (Expand)Author
2025-01-14[ruby/prism] Support forwarding flags on scopesKevin Newton
2025-01-14[ruby/prism] Freeze AST optionKevin Newton
2025-01-11[ruby/prism] Support 3.5 for version optionKevin Newton
2024-09-24[ruby/prism] Accept version shorthand like 3.4Kevin Newton
2024-09-24[ruby/prism] Accept all 3.3.x and 3.4.x Ruby versions for Prism.parseBenoit Daloze
2024-09-20[ruby/prism] Introduce partial_script optionKevin Newton
2024-09-13[ruby/prism] Expose main_script in serialization APIKevin Newton
2024-09-13[PRISM] Only parse shebang on main scriptKevin Newton
2024-08-14[ruby/prism] Callback on shebang switchesKevin Newton
2024-06-10[ruby/prism] Provide ability to lock encoding while parsingKevin Newton
2024-05-01[ruby/prism] Support passing version 3.3.1Kevin Newton
2024-04-17[ruby/prism] Fix up more clang-analyzer failuresKevin Newton
2024-03-28[ruby/prism] CLI -x flagKevin Newton
2024-03-13[ruby/prism] FSL follow-upKevin Newton
2024-03-13[ruby/prism] Change `frozen_string_literal` to be a tri-stateJean Boussier
2024-03-11[ruby/prism] Support offsetKevin Newton
2024-03-04[ruby/prism] Make alloc interface replaceableHASUMI Hitoshi
2024-02-29[ruby/prism] Command line options as a bitsetKevin Newton
2024-02-27[ruby/prism] Support -p, -n, -a, and -l command line optionsKevin Newton
2024-02-17[ruby/prism] Fix up GCC analyzerKevin Newton
2024-02-13[ruby/prism] Introduce `version: "3.4.0"`Kevin Newton
2024-02-13[ruby/prism] Fix an error when specifying the parsing version `latest`Koichi ITO
2024-02-01Sync to latest prismKevin Newton
2024-01-02[ruby/prism] IndexTargetNode should always have ATTRIBUTE_WRITEKevin Newton
2023-11-29[ruby/prism] Convert start line to signed integersJean Boussier
2023-11-03[ruby/prism] Wire up options through the FFI APIKevin Newton
2023-11-03[ruby/prism] Create an options struct for passing all of the possible optionsKevin Newton