hlorenzi / customasm

💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
Apache License 2.0
719 stars 56 forks source link

Recursion guard #66

Closed clubby789 closed 3 years ago

clubby789 commented 3 years ago

A new PR for #63; my local copy was rather messy and Github doesn't seem to allow you to update the base branch.

hlorenzi commented 3 years ago

Hmm, I wasn't sure anymore about a depth-based recursion guard, so I went back to a filename-based one. I think that makes more sense in the end.