liquidev / euwren

High-level Wren wrapper for Nim
MIT License
36 stars 0 forks source link

Symbol aliasing #2

Closed liquidev closed 4 years ago

liquidev commented 4 years ago

Currently, it's impossible to alias a symbol to another one. While documented, this syntax:

myProc(int) -> wrenProc

is invalid.

liquidev commented 4 years ago

Fixed in 0.4.0.