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
- Host: GitHub
- URL: https://github.com/0dminnimda/ways_of_parsing
- Owner: 0dminnimda
- License: mit
- Created: 2025-02-26T08:44:08.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-26T09:09:05.000Z (4 months ago)
- Last Synced: 2025-02-26T09:34:58.582Z (4 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)