https://github.com/stenbror/conceptpython2020
This is a functional style parser for Python 3.9 research
https://github.com/stenbror/conceptpython2020
Last synced: 10 months ago
JSON representation
This is a functional style parser for Python 3.9 research
- Host: GitHub
- URL: https://github.com/stenbror/conceptpython2020
- Owner: stenbror
- Created: 2020-06-14T14:59:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T14:39:20.000Z (almost 6 years ago)
- Last Synced: 2025-01-18T07:13:09.599Z (over 1 year ago)
- Language: F#
- Homepage:
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ConceptPython2020
This is a functional style parser for Python 3.9 research
Compared to my other parser in F# which is object oriented, this is a test of a functional style Tokenizer / Parser / AST system
to implement a Roslyn like analyzer for Python programs with Trivia, Token and Node information that you can traverse yourself.
My two other projects is much the same in F# object oriented style and in C# to compare code size and resulting code size. Enjoy.