File tree Expand file tree Collapse file tree
src/main/java/org/jruby/prism/parser Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package org .jruby .prism .parser ;
22
3- import org .jcodings .Encoding ;
4- import org .jcodings .specific .ISO8859_1Encoding ;
5- import org .jruby .*;
6- import org .jruby .parser .Parser ;
7- import org .jruby .parser .ParserType ;
8- import org .jruby .parser .StaticScope ;
9- import org .jruby .runtime .DynamicScope ;
10- import org .jruby .runtime .ThreadContext ;
11- import org .jruby .runtime .builtin .IRubyObject ;
12- import org .jruby .util .ByteList ;
13- import org .jruby .util .CommonByteLists ;
14- import org .prism .Nodes .*;
15- import org .prism .ParsingOptions ;
3+ import org .jruby .Ruby ;
164import org .prism .Prism ;
17-
18- import java .util .ArrayList ;
19- import java .util .Arrays ;
20- import java .util .List ;
21-
22- import static org .jruby .api .Convert .asSymbol ;
23- import static org .jruby .lexer .LexingCommon .DOLLAR_UNDERSCORE ;
24- import static org .jruby .parser .ParserType .EVAL ;
5+ import org .prism .PrismWASM ;
256
267public class ParserPrismWasm extends ParserPrismBase {
27- private static final Prism prism = new Prism ();
8+ private static final Prism prism = new PrismWASM ();
289
2910 public ParserPrismWasm (Ruby runtime ) {
3011 super (runtime );
You can’t perform that action at this time.
0 commit comments