aya-lang / aya

Pocket sized programs
MIT License
54 stars 3 forks source link

Merge & remove `develop` branch #96

Closed nick-paul closed 2 months ago

nick-paul commented 2 months ago

I've been merging these changes into a develop branch to keep them out of master but I think it would be best to drop develop and keep master as the primary development branch.

develop currently only contains changes from the following PRs. However two of these PRs (#87 and #89) required a fairly substantial refactor so the number of changes is quite large. All changes have been tested on their appropriate PRs.

nick-paul commented 2 months ago

Updated :F (read source file) operator to use resolveFile() implemented in #93