how PB Works

Everything else that doesn't fall into one of the other PB categories.
minirop
User
User
Posts: 24
Joined: Tue Nov 28, 2006 12:21 am

how PB Works

Post by minirop »

hello !
I notice that PBCompiler translate PB code into fasm code.

I just want to know if the syntax analyser was homemade or if it uses lex/yacc (or flex/bison)

thanks
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

It's almost surely hand-written.
Post Reply