Skip to content
  • HParker's avatar
    55326a91
    Introduce --parser runtime flag · 55326a91
    HParker authored
    Introduce runtime flag for specifying the parser,
    
    ```
    ruby --parser=prism
    ```
    
    also update the description:
    
    ```
    $ ruby --parser=prism --version
    ruby 3.3.0dev (2023-12-08T04:47:14Z add-parser-runtime.. 0616384c9f) +PRISM [x86_64-darwin23]
    ```
    
    [Bug #20044]
    55326a91
    Introduce --parser runtime flag
    HParker authored
    Introduce runtime flag for specifying the parser,
    
    ```
    ruby --parser=prism
    ```
    
    also update the description:
    
    ```
    $ ruby --parser=prism --version
    ruby 3.3.0dev (2023-12-08T04:47:14Z add-parser-runtime.. 0616384c9f) +PRISM [x86_64-darwin23]
    ```
    
    [Bug #20044]
Loading