Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 350 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 350 Bytes

Building a S-expression parser

Based on this blog post, all credits to the orignal author benthepoet. Recreating for learning purposes

Learnings

  • It's quite wonderful to use a function pointer
  • And the usage of union on the struct