Parse Electron docs in a lossless way into a JSON file
Обновлено 2024-11-01 23:58:37 +03:00
A parser for the Power Query / M formula language, written in TypeScript
Обновлено 2024-09-20 00:22:45 +03:00
A fast PLIST parser
Обновлено 2024-08-28 09:43:32 +03:00
A doc comment standard for TypeScript
Обновлено 2024-07-26 20:33:56 +03:00
Scanner and parser for JSON with comments.
Обновлено 2024-06-24 23:36:27 +03:00
Writing a custom parser is a fairly common need. Although there are already parser combinators in others languages, TypeScript provides a powerful and well-structured foundation for building this. Common parser combinators’ weakness are error handling and ambiguity resolving, but these are ts-parsec’s important features. Additionally, ts-parsec provides a very easy to use programming interface, that could help people to build programming-language-scale parsers in just a few hours. This technology has already been used in Microsoft/react-native-tscodegen.
Обновлено 2023-10-19 21:39:40 +03:00
ℹ️ This repo has moved:
Обновлено 2020-06-04 20:34:13 +03:00