In case you didn't know, Windows API accepts both the slash / and backslash \ as path name delimiters.
When I hard code file names, I always use the slash / to avoid doubling (escaping) the backslash. The latter style looks a bit ugly in my opinion.
Revisiting "Let's Build a Compiler"
-
There's an old compiler-building tutorial that has become part of the
field's lore: the Let's Build a Compiler series by Jack Crenshaw (published
between...
5 days ago