libdparse icon indicating copy to clipboard operation
libdparse copied to clipboard

Library for lexing and parsing D source code

Results 42 libdparse issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/dlang-community/DCD/issues/778

Trying to parse the code `void foo(int s =` is causing an out-of-bounds error: ``` core.exception.ArrayIndexError@/home/happy/.dub/packages/libdparse/~master/libdparse/src/dparse/parser.d(9104): index [6] is out of bounds for array of length 6 ---------------- ??:? onArrayIndexError...