Hello everybody!
I'm trying to run the calculator example included with the "BisonGen"
parser generator, but I've been unable to put it to work.
When I compile the xml file "simple.bgen" with the script
"BisonGen.bat", the only parser I get is a C file. I've heard BisonGen
generates also a python
Hi everyone
I'm sure this question is kinda stupid and has been answered a few
times before... but I need your help!
I'm writing a small application where the user can analyze some text
based on a set of changing conditions , and right now I'm stuck on a
point where I'd like to automatically gen
Hi everyone
I'm sure this question is kinda stupid and has been answered a few
times before... but I need your help!
I'm writing a small application where the user can analyze some text
based on a set of changing conditions , and right now I'm stuck on a
point where I'd like to automatically gen
Hi everybody
I've been writing my very first application in Python and everything is
running smoothly, except for a strange problem that pops up every once
in a while. I'm sure is the kind
of newbie thing every seasoned programmer knows.
Sometimes a receive strange Syntax Errors from parts of cod
I must add, when the python interpreter displays the traceback, with
the line that is producing the error, it doesn't look like the one I
got in the code.
This is the line where the interpreter finds the error
if text.list[i].toString() in limits:list)): <- Here is where
the error is foun
Hi everybody
I'd appreciate some help on creating a tear off menu with TkInter. I've
been reading some documentation but still no luck.
Please don't get confused: when I mean "tear off" menu I don't mean a
drop-down or a pop-up menu, but those options which yield to another
batch of sub-options w