Skip to content
Advertisement

Tag: pyparsing

unknown version in python library pyparsing

I am trying to install airnotifier on my machine, I am getting this error My python version is 3.6 Answer I received the same error and I’m also in Python 3.6.0 … If you want to dig a little more, you can type this in your console and detect which package is using this dependency. In my case the output

Pyparsing recursive type definition in DSL

I am parsing a domain specific language which has several type definitions. Primitive types have been relatively straight-forward to parse, but moving on to the complex types in the DSL have proven more challenging. I am looking for a strategy to recursively match a definition that can contain a reference to itself. For example, the map data type can look

Advertisement