Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 194 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 194 Bytes

This is a simple parser which will output ASTs of arithmetic expressions with some ASCII formatting. The purpose of this program is to learn how to implement recursive descent techniques in F#.