Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 330 Bytes

File metadata and controls

8 lines (6 loc) · 330 Bytes

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