https://github.com/theosorus/syntacticanalyzer
Build a simple Syntactic Analyzer in Haskell to discover Functional programming
https://github.com/theosorus/syntacticanalyzer
functional-programming haskell reverse-polish-notation shunting-yard-algorithm syntaxic-analysis
Last synced: 5 months ago
JSON representation
Build a simple Syntactic Analyzer in Haskell to discover Functional programming
- Host: GitHub
- URL: https://github.com/theosorus/syntacticanalyzer
- Owner: theosorus
- Created: 2024-09-21T19:52:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-22T10:08:54.000Z (about 1 year ago)
- Last Synced: 2025-05-29T13:28:57.887Z (6 months ago)
- Topics: functional-programming, haskell, reverse-polish-notation, shunting-yard-algorithm, syntaxic-analysis
- Language: Haskell
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Syntactic Analyzer
Build a simple Syntactic Analyzer in Haskell to discover Functional programming
To switch from classic notation to the Reverse Polish Notation I used the Shunting-yard algorithm