ridiculousfish / cdecl-blocks

The venerable cdecl, with Apple blocks support
965 stars 72 forks source link

(cdecl.org) intermediate qualified pointers create syntax errors? #6

Open jason-s opened 6 years ago

jason-s commented 6 years ago

These work fine:

These cause syntax errors (the inverse of the last three cases shown above):

jason-s commented 6 years ago

These apply to the cdecl.org website. I am not sure about the cdecl program itself; I don't have lex and yacc installed so I can't easily try building from source.

Is there an appropriate issue tracker for the website? I got here from the "source code" link from cdecl.org. A few other things I've noticed:

ridiculousfish commented 6 years ago

Hey jason-s! Thanks for filing this!

cdecl is like 35 year old software put up on a 10 year old website. There's surely plenty of holes!

Honestly I don't have much juice to work on it any more. If you think you'd like to contribute to the site, I can try to publish some of the sources - it's JQuery on the front end, with Python talking to a native executable (!) on Amazon Lambda. Let me know if that's something you're eager to take on :)