Skip to content

Commit b456b8c

Browse files
committed
Improvements taken from Lark 1.1.2
1 parent 695f54e commit b456b8c

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)