mwisslead/vfp2py

`SET PROCEDURE TO` cannot be parsed

ted537 opened this issue · 1 comments

The expression SET PROCEDURE TO cannot be parsed by this library, though Visual FoxPro accepts it.

Relevant part of codebase:

| setword=PROCEDURE TO specialExpr (',' specialExpr)* ADDITIVE?

Fixed by 079023e

Will be many examples of valid foxpro code that can't be parsed. If you find more, feel free to put in a pull request.