Search:

Type: Posts; User: Kakashi

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    4,807

    Re: Code for parsing .c file in java

    Ok so I got the for loop to work and now I started to while loop but when I run the code it produces an output that is too big for notepad to open here is the for loop code

    // forStatement...
  2. Replies
    3
    Views
    4,807

    Code for parsing .c file in java

    Hi, so I am working on geting this code to parse a .c file I am using a enum for defining the token.
    enum Token {NOT_FOUND, UPPER_CASE_IDENTIFIER, CONSTANT, COMMENT,
    COMPILER_DIRECTIVE,...
Results 1 to 2 of 2