Parser/string_parser

Search:
Group by:
Source   Edit  

Procs

proc decode_bytes_with_escapes(L: lexerTypes.Lexer; s: string): string {.
    ...raises: [SyntaxError], tags: [WriteIOEffect, RootEffect], forbids: [].}
Source   Edit  
proc decode_unicode_with_escapes(L: lexerTypes.Lexer; s: string): string {.
    ...raises: [SyntaxError], tags: [WriteIOEffect, RootEffect], forbids: [].}
Source   Edit