summaryrefslogtreecommitdiff
path: root/prism/options.h
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-20[ruby/prism] Introduce partial_script optionKevin 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-03-28[ruby/prism] CLI -x flagKevin Newton
2024-03-26[ruby/prism] Fix typosKoichi ITO
2024-03-13[ruby/prism] Change `frozen_string_literal` to be a tri-stateJean Boussier
2024-03-11[ruby/prism] Support offsetKevin Newton
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-01Sync to latest prismKevin Newton
2024-01-31[ruby/prism] Fix description of line parsing option and state it's 1-indexedAndrew Konchin
2024-01-17[ruby/prism] Document order of scopes in parsing optionsAndrew Konchin
2024-01-17[ruby/prism] Remove flag gating for 3.3.0 bug fixesKevin 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] Fix up lintKevin Newton
2023-11-03[ruby/prism] Wire up options through the Java parserKevin Newton
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