Monday, December 10, 2018

My syntax engine is running!

Goes through its paces and generates linux command format, which is then executed. Each of the syntax functins probably in error, but that is a test and adjust,one nights work.

So, we geton default and script using:

int  char* while { } ( ) + - -- ++ * ; /
That is the valid set of syntax forms, working but untested and likely in error.
As long as I can do:

int a = 6;
while(a) { do anything on the linux bus }

Then I can fully test the join system.



No comments: