Premium Only Content

Compiler From Scratch: Phase 1 - Tokenizer Generator 022: Resolving DFA state ambiguity
Streamed on 2024-12-13 (https://www.twitch.tv/thediscouragerofhesitancy)
Zero Dependencies Programming!
Last week we got stuck by the fact that DFAs can have overlapping transitions. In these cases the first test always wins and there is no way to jump off an invalid track onto another valid track once it starts down a track. So we fixed that today.
The trick is to think of each transition as a set of characters; a set in the mathematical sense. When processing the transitions we look for overlapping sets. If they overlap we compute:
1) Which characters are only in the first set
2) Which characters are only in the second set
3) Which characters are in both sets, and treat that as a new transition that follows the lowest rule number (rule order precedence).
Then add each of these three onto the unprocessed list for further checking. Once a transition makes it all the way through the unprocessed list without overlapping any other sets, this transition if put on the processed list. This process also has the added benefit of making the order we check the transitions in not matter at all. We can shuffle the transitions into any order, and since they don't overlap any more, they will all be checked eventually and not get cut off by an overlapping rule. Now the DFA looks much messier, but it is finally correct.
With that change done the testing of VVProject tokenizer proceeded. It didn't take much fiddling to get it the way we want. We had already done most of the plumbing into VVProject last week and with a bit of tweaking it was working just fine there as well.
I started down the road of making a tokenizer for the VVTokenizerDefinition, but got sidetracked thinking about multiple-encodings support in that tokenizer. I started down a dark road trying to make that work, but where VVProject calls VVTokenizerDefinition was where I found the problem: for the "Multi" encoding to work it would have to know the encoding when we generate the tokenizer itself. We can't switch that encoding behavior at tokenizer runtime with this system, only at tokenizer generation time. And the biggest problems is the REGEX tokenizing rule. That will have to support anything at tokenization time. I have a plan, but ran out of time by the time I had thought it through. We'll have to remove some of the work we did today, but that will have to wait for next week.
-
10:28
BlabberingCollector
13 hours agoAsk Blabs, Episode 5 | Answering Your Wizarding World Related Questions
7.93K1 -
18:09
Forrest Galante
5 days agoI Survived 24 Hours In The World's Deadliest Jungle
187K30 -
LIVE
Lofi Girl
2 years agoSynthwave Radio 🌌 - beats to chill/game to
312 watching -
2:15:09
Badlands Media
17 hours agoOnlyLands Ep. 27: Power Hour Hangover, Trump’s Wartime Shift, and Portland in Flames
113K26 -
22:21
DeVory Darkins
7 hours ago $17.63 earnedRioters attack Portland ICE Facility as Democrats make shocking admission
22.8K87 -
2:06:06
TimcastIRL
9 hours agoTrump DOJ Announces INTERVENTION In Portland Over Nick Sortor Arrest | Timcast IRL
238K388 -
6:53:58
SpartakusLIVE
11 hours ago#1 All-American HERO with LUSCIOUS hair and AVERAGE forehead brings Friday Night HYPE
68.9K7 -
3:06:43
Laura Loomer
9 hours agoEP147: Islamic Terror EXPLODES In The West After UK Synagogue Attack
52.9K43 -
1:02:50
Flyover Conservatives
15 hours agoEric Trump: America’s Most Subpoenaed Man SPEAKS OUT! | FOC Show
45.8K14 -
3:36:44
PandaSub2000
1 day agoSuper Mario Galaxy 1 & 2 | ULTRA BEST AT GAMES (Original Live Version)
35K3