binarylang
binarylang copied to clipboard
Add recursion using forward declarations
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.