An open API service indexing awesome lists of open source software.

https://github.com/0dminnimda/ways_of_parsing

Examples of how to extract information from the text
https://github.com/0dminnimda/ways_of_parsing

Last synced: 3 months ago
JSON representation

Examples of how to extract information from the text

Awesome Lists containing this project

README

        

# Ways of parsing

[RU](#способы-парсинга)

1. [handwritten parser](./handwritten_parser/)
2. [regular expressions](./regular_expressions/)
3. [lexer generator](./lexer_generator/)
4. [state machine compiler](./state_machine_compiler/)

# Способы парсинга

1. [рукописный парсер](./handwritten_parser/)
2. [регулярные выражения](./regular_expressions/)
3. [генератор лексеров](./lexer_generator/)
4. [комплилятор машин состояний](./state_machine_compiler/)