bugsmith@programming.dev to Programming@programming.dev · 11 months agoParse, don’t validatelexi-lambda.github.ioexternal-linkmessage-square7fedilinkarrow-up190arrow-down10
arrow-up190arrow-down1external-linkParse, don’t validatelexi-lambda.github.iobugsmith@programming.dev to Programming@programming.dev · 11 months agomessage-square7fedilink
minus-squareChubakPDP11+TakeWithGrainOfSalt@programming.devlinkfedilinkarrow-up2·11 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.