mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-02 11:26:42 +00:00
Added support for assignable function results.
Also: - Added megabuf(index) as a first, temporary example - Introduced a new Node class at the top of the hierarchy for the runtime. - RValue and LValue are now interfaces - Narrowed down some exception declarations - Optimized the optimizer for functions
This commit is contained in:
@ -41,8 +41,9 @@ public interface Identifiable {
|
||||
*
|
||||
* Invokables:
|
||||
* c - Constant
|
||||
* f - Function
|
||||
* v - Variable
|
||||
* f - Function
|
||||
* l - LValueFunction
|
||||
* </pre>
|
||||
*/
|
||||
public abstract char id();
|
||||
|
Reference in New Issue
Block a user