dgkf / R

An experimental reimagining of R
https://dgkf.github.io/R
GNU General Public License v3.0
136 stars 5 forks source link

fix: re-enable experiment flags #142

Closed dgkf closed 4 months ago

dgkf commented 4 months ago

When I was adding the localization I accidentally forgot to pass experiments down to the repl validator and highlighter. This had the odd result of breaking in the terminal, but not in wasm where we skip the reedline repl and use the internals directly to build our own repl.

Now both repls should allow --experiments again