bugsmith@programming.dev to Programming@programming.dev · 9 months agoParse, don’t validatelexi-lambda.github.ioexternal-linkmessage-square7fedilinkarrow-up188arrow-down10
arrow-up188arrow-down1external-linkParse, don’t validatelexi-lambda.github.iobugsmith@programming.dev to Programming@programming.dev · 9 months agomessage-square7fedilink
minus-squareChubakPDP11+TakeWithGrainOfSalt@programming.devlinkfedilinkarrow-up2·9 months agoI subconsciously knew this, I currently am making a simple data exchange format to use with a program, and I am using PEG to create a parser. Chances of errors happning in this DXF is really low, but if the parser can’t parse it, it’s invalid.
I subconsciously knew this, I currently am making a simple data exchange format to use with a program, and I am using PEG to create a parser. Chances of errors happning in this DXF is really low, but if the parser can’t parse it, it’s invalid.