Daniel Wang

Results 2 issues of Daniel Wang

related to issue #275 In `wtf_wikipedia.js`, `interwikis` and `site_map` can be retrieved from site info .`query.interwikimap` The regexp `/\[(https?|news|ftp|mailto|gopher|irc):\/\/[^\]\| ]{4,1500}([\| ].*?)?\]/` is used multiple times. It should be a constant....

enhancement

In `src/parser.pegjs`, "$" is allowed as the first letter of identifier. However, "$" is also an operator. So, if you have ``` $Integer "integer" = _ [0-9]+ { return parseInt(text(),...

bug