stevehalliwell / ulox

A bytecode interpreted scripting language for games in Unity.
MIT License
23 stars 0 forks source link

Merge Desugar into main: New steps in the TokenIterator #226

Closed stevehalliwell closed 7 months ago

stevehalliwell commented 7 months ago

TokenIterator asks desugar'ers if they want to rewrite tokens by passing current and an option to peek ahead. They are then given the tokens themselves to rewrite as they please.

coveralls commented 7 months ago

Coverage Status

coverage: 90.075% (+1.6%) from 88.469% when pulling c225a1fadebd2b4446b632e1d58663ca5306e63f on token-desugar into 19000cbfd053d0639f329f130fff2e705ba298f2 on main.