Re: Object-oriented preprocessor
- Posted by jmduro in August
- 1643 views
I used the last OpenEuphoria 4.1 development code from Github and I tried to apply almost all changes (except goto and continue) added by Matt to this version. It is available here: http://jean-marc.duro.pagesperso-orange.fr/ooeu-master.zip
It is buggy as expected but the problem is how to debug it ? When I run the class.ex demo of OOEU, I get this:
C:\Data\Euphoria\ooeu-pi-1-9-0\ooeu\demo\class.ex:2 <0019>:: 'p' has not been declared global euclass person( sequence p ) ^
It doesn't help. I needed many days to implement all the changes. 12 files were modified.
Jean-Marc