Click here to Skip to main content
15,900,461 members

Comments by RavenLee (Top 7 by date)

RavenLee 2-Aug-18 11:54am View    
I want to write one myself. I had fun writing the lexer. Thanks doe.
RavenLee 1-Aug-18 21:10pm View    
I have no clue on that code bud. Everything runs fine on windows and Visual studio. Just here to try and find out the connections between the files of lexing and parsing and the AST tree.
RavenLee 1-Aug-18 21:04pm View    
What do you mean? The code seems to work fine without errors.

RavenLee 29-Jul-18 17:21pm View    
Come on bro, I will do the work myself, I am just having problems understanding the connections. Not asking for code just the steps, and the understanding of the linking. I have a few books on compiling already but they really dont pinpoint the connection.
RavenLee 29-Jul-18 5:56am View    
I have that part down. The console results get the substrings and tells me if is delim, sep, keyword. Etc. How do I use that info, is this where I would call parsing? What is the process for getting the tree and start checking these tokens against that tree?