mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
bd19081543
This makes the parser more fault tolerant because the different parse_foo procs return nil when in an invalid state, which is fine most of the time but when creating a node it would crash accessing its position.