Let's say I vreated my own CFG in python, How can I check now if a sentence
match this grammar (return true) or it doesn't match it (return false and
the wrong element in the grammar), How can I do this ?
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
Am trying to use clr.AddReference and clr.AddReferenceToFile, but
python(2.7) keeps making this error:
Traceback (most recent call last):
File "", line 1, in
clr.AddReference("UnityEngine")AttributeError: 'module' object has
no attribute 'AddReference'
How can I fix this?
Thanks in adv