[pypy-dev] [translation:ERROR] AnnotatorError: when I try to pass a variable down to x86/assembler.py

2016-12-31 Thread Shubha Ramani via pypy-dev
Trying to pass a dummy variable called "shubha" to the X86 Assembler. Made the following changes to code, am getting the following errors. Please help:rpython/jit/backend/llsupport/llmodel.py class AbstractLLCPU(AbstractCPU): def __init__(self, rtyper, stats, opts, shubha, translate_support_cod

[pypy-dev] AssertionError in parse_ebnf when nesting + and []

2016-12-31 Thread Tim Baanen
Hi everyone, This is a copy of an issue I filed at your issue tracker, https://bitbucket.org/pypy/pypy/issues/2459/assertionerror-in-parse_ebnf- when-nesting, where I was told to report it to the mailing list. I was using the rlib.parsing module for parsing a simple language, but I ran into an Ass