Hi all! I am wondering if I can use PLY to make some "abstract"
parcing. What's this? I want to parse source code from different
programming languages (programming language independence) and I just
wanna use especific parts of the source code.

Example, Python program:

a = val_from_touch()
b = 1
c = a + 3
some_stuff()
print c

Especification:

Source: "X = val_from_touch()"
Sinc: "print Y"

As a result from the program I wanna that it could tell that a value
from the source reached a sinc.

Does something like this exists? Can be done?

-- 
Juanjo Conti

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ply-hack" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/ply-hack?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to