Skip to content

Commit 1bc719a

Browse files
authored
Merge pull request #24 from lark-parser/lark1.1.2
Improvements taken from Lark 1.1.2
2 parents 695f54e + b456b8c commit 1bc719a

File tree

2 files changed

+112
-76
lines changed

2 files changed

+112
-76
lines changed

examples/run_python_parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function test_python_lib(base_dir) {
3737

3838

3939
if (require && require.main === module) {
40-
test_python_lib('/Python38/lib/') /* <-- Edit this */
40+
test_python_lib('/Python310/lib/') /* <-- Edit this */
4141

4242
let text = `
4343
(a, b,

0 commit comments

Comments
 (0)