John-Leitch / Aphid

A multiparadigm language intended to be embedded in .NET applications or compiled into other languages like Python or PHP. The internals of Aphid are clean and easy to work with, allowing for rapid creation of derivative domain-specific languages.
http://autosectools.com/Aphid-Programming-Language
GNU General Public License v2.0
31 stars 3 forks source link

Add throw keyword support. #9

Closed John-Leitch closed 6 years ago

John-Leitch commented 6 years ago

Add throw keyword for native exception throwing support.