Liang Ng
2019-01-06 11:35:04 UTC
Graph theory representation for Forth (Stack Machine) features / constructs?
I was wondering if anyone came across papers / theses / websites on theories for Forth features and constructs, such as stack, colon definition, conditional branch, compile, immediate etc?
While working on my on stack machine in PHP and JavaScript, I implemented stack, colon definition, conditional branch etc.
My hypothesis is that some graph theories could be used to describe these Forth (stack machine) constructs / features.
From my limited collection of Forth resources, I could not recall any paper or author who has worked in this theoretical or foundational direction.
Your comments?
Thank you very much in advance.
I was wondering if anyone came across papers / theses / websites on theories for Forth features and constructs, such as stack, colon definition, conditional branch, compile, immediate etc?
While working on my on stack machine in PHP and JavaScript, I implemented stack, colon definition, conditional branch etc.
My hypothesis is that some graph theories could be used to describe these Forth (stack machine) constructs / features.
From my limited collection of Forth resources, I could not recall any paper or author who has worked in this theoretical or foundational direction.
Your comments?
Thank you very much in advance.