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

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

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