Skip to content

adampresley/sample-ini-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample INI Parser

Sample project for a blog series on lexing and parsing. This project demonstrates creating a lexer and basic parser using techniques presented by Rob Pike from one of his presentations. The basic premise revoles around a lexer that starts by executing functions that process tokens, each one returning a function that represents the next expected token state.

About

Sample project for a blog series on lexing and parsing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages