julelang / jule

Effective programming language to build efficient, fast, reliable and safe software while maintaining simplicity
https://jule.dev
BSD 3-Clause "New" or "Revised" License
128 stars 13 forks source link

fix: avoid infinite recursion #87

Closed vil02 closed 8 months ago

vil02 commented 8 months ago

Description

In #86 I have introduced an infinite recursion. This fixes that.

Checklist

Screenshots (if any)

Note to reviewers