doonv / bevy_dev_console

Source-inspired developer console plugin for the Bevy game engine.
Apache License 2.0
112 stars 10 forks source link

Add more parser errors #21

Closed doonv closed 6 months ago

doonv commented 6 months ago

Objective

Work towards resolving https://github.com/doonv/bevy_dev_console/issues/4.

Solution

Add more parser errors.

I removed parsing for for loops because they didn't do anything.