aholtzma
aholtzma
Fails with: > Initializing event mask for 'mouse' events > ERROR: failed to create event tap This is due to changes in Mojave requiring the 'app' to be added to...
It looks like some fortran bits from another project made it into setup.py. This patch removes these bits so it builds on systems w/o fortran installed.
I've been trying to get asn1ate to digest the [3GPP RRC protocol](https://raw.githubusercontent.com/vlm/asn1c/master/examples/rrc-7.1.0.asn1), and I've had some success with taking snippets out and processing them individually. However the parser chokes on...
Using this module definition: ``` Class-definitions DEFINITIONS AUTOMATIC TAGS ::= BEGIN Myenum ::= ENUMERATED { zero, one, two } Mysequence-with-enum ::= SEQUENCE { foo Myenum DEFAULT two } END ```...