We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7846f commit d59bac3Copy full SHA for d59bac3
doc/publishing-grammars.md
@@ -15,7 +15,7 @@ package supporting multiple versions of Python might be used like this:
15
```js
16
const {python2} = require('./your-python-package');
17
const result = python2.grammar.match('print 3');
18
-python2.createSemantics(result).eval();
+python2.semantics(result).eval();
19
```
20
21
To package a single primary language along with other variants, you can expose
0 commit comments