It’s alive!

September 27, 2006

I continued working on the ADAM language last night for probably a good three hours. I ran into issues with the order that the lexical analyzer was tokenizing the code stream. One interesting problem that I did solve, though I’m not sure I solved it the right way, stands out.

0

ADAM moves along

September 25, 2006

Just a quick update. The ADAM language (Advanced Data Acquisition and Manipulation) is coming along nicely. I’ve made several updates to the lexical anaylizer to better handle variable and argument tokens. I have also started on the interpreter engine. It appears to be executing code correctly, so now I must start building the actual language [...]

0