The Scanner Driver: The Core Component for Scanning (sigil 15)
We're building "sigil" a scanner generator library from scratch. In this video we will implement a so called "scanner driver", the main algorithm driving the scanner. We don't construct a table (for a table driven scaner) just yet, instead we use our Deterministic Finite Automaton as a data source for the driver. References: - Deterministic Finite Automaton: https://en.wikipedia.org/wiki/Deterministic_finite_automaton The project is open source. You can find it at https://github.com/sircodington/sigil. Find me on social media: GitHub: https://github.com/sircodington Twitch: https://twitch.tv/sircodington Twitter: https://twitter.com/sircodington
We're building "sigil" a scanner generator library from scratch. In this video we will implement a so called "scanner driver", the main algorithm driving the scanner. We don't construct a table (for a table driven scaner) just yet, instead we use our Deterministic Finite Automaton as a data source for the driver. References: - Deterministic Finite Automaton: https://en.wikipedia.org/wiki/Deterministic_finite_automaton The project is open source. You can find it at https://github.com/sircodington/sigil. Find me on social media: GitHub: https://github.com/sircodington Twitch: https://twitch.tv/sircodington Twitter: https://twitter.com/sircodington