Skip to content

Latest commit

 

History

History

s-parser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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