Posted 22 January 2017 - 07:58 PM
I've been looking around and I can't seem to find anyone even requesting this-
I've been working on a project to construct a program which is in CC an unprecedented feat.
But I need to be able to get a program to parse each character in another program.
I need to be able to get each character from that line so I can convert the character data to numerical data.
So if startup had "print("hello world")", processing startup would look like;
p, r, i, n, t, (…
[N blank spaces counted, move to next]
[N blank lines counted, end]
I have every other aspect of the system finished.
I've been working on a project to construct a program which is in CC an unprecedented feat.
But I need to be able to get a program to parse each character in another program.
I need to be able to get each character from that line so I can convert the character data to numerical data.
So if startup had "print("hello world")", processing startup would look like;
p, r, i, n, t, (…
[N blank spaces counted, move to next]
[N blank lines counted, end]
I have every other aspect of the system finished.