ZacharyWesterman / paisley

Plasma Automation / Instruction Scripting Language
GNU General Public License v3.0
0 stars 0 forks source link

Parse meta-comments to allow strict typing #129

Open ZacharyWesterman opened 14 hours ago

ZacharyWesterman commented 14 hours ago

First for subroutines, if @return is specified, then the subroutine must return that type, otherwise an error is generated.

ZacharyWesterman commented 14 hours ago

This should probably increment the minor version.