jplevyak / dparser

A Scannerless GLR parser/parser generater.
https://github.com/jplevyak/dparser
BSD 3-Clause "New" or "Revised" License
105 stars 14 forks source link

Unsantized Behavior Fixes #30

Closed mattfidler closed 2 years ago

mattfidler commented 3 years ago

This fixes the current unsantized behavior in clang and gcc

See Issue #11

mattfidler commented 3 years ago

This is what I will use for dparser in R; This way I can update the version to CRAN and remove any issues in unsanitized behavior that they enforce.