Lark: Are some files missing?

Created on 15 Apr 2019  路  2Comments  路  Source: lark-parser/lark

I cloned the repository and tried to run tests with python3 -m tests but I couldn't manage to make them pass. Here is the traceback: https://pastebin.com/f1tZvVYP

Am I doing something wrong?

question

Most helpful comment

Lark supports converting grammars from Nearley: https://github.com/kach/nearley

It's an optional feature, so it's not there by default. If you want to test against it, you can clone it, or use git submodules to fetch it:

    git submodule sync -q
    git submodule update --init

All 2 comments

Lark supports converting grammars from Nearley: https://github.com/kach/nearley

It's an optional feature, so it's not there by default. If you want to test against it, you can clone it, or use git submodules to fetch it:

    git submodule sync -q
    git submodule update --init

OK thanks! Just learned a new thing :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

solartes picture solartes  路  5Comments

ktsibikov picture ktsibikov  路  6Comments

Michael0x2a picture Michael0x2a  路  6Comments

aravindkumaremis picture aravindkumaremis  路  6Comments

napulen picture napulen  路  9Comments