bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] How to decode function signatures


From: Elias Mårtenson
Subject: [Bug-apl] How to decode function signatures
Date: Wed, 15 Jan 2014 12:42:06 +0800

The Emacs mode needs to look at a function signature and deduce the name of the function. The implementation I have done now kinda works, but is pretty ugly. Also, it chokes on array specifiers.

The current implementation (that I'm not proud of) is at: https://github.com/lokedhs/gnu-apl-mode/blob/master/gnu-apl-interactive.el#L240

Where can I find the full rules for how function declarations look like?

If anyone is willing to help out with the implementation, that would be awesome too. :-)

Regards,
Elias

reply via email to

[Prev in Thread] Current Thread [Next in Thread]