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

Fixed new operator precedence to allow chaining member access. #2

Open John-Leitch opened 6 years ago

John-Leitch commented 6 years ago

Fixed new operator precedence to allow chaining member access.