Move native and JSON parsers to the same crate/module #562
Labels
area::parsing
Related to essence / essence prime parsing
kind::refactor
Improvements to existing code (style, performance, clarity, ...)
The native parser code is in the
conjure_oxide
crate, while the json parser is inconjure_core::parse
. I think we should put these together, either in Conjure Oxide or in Conjure Core.The text was updated successfully, but these errors were encountered: