sealmove / binarylang

Binary parser/encoder DSL
MIT License
59 stars 0 forks source link

Add recursion using forward declarations #32

Open thatrandomperson5 opened 8 months ago

thatrandomperson5 commented 8 months ago

Forward declarations would be very useful for large parsers with multiple interconnected sub parsers, and working without them is very difficult. Please add a way to use forward declaration.