Lexical Analyzer java program

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mekah
    New Member
    • Apr 2008
    • 1

    #1

    Lexical Analyzer java program

    Hi, My name is meka. I need an example on how to create an lexical analyzer without using a tokenizer. This project is due April 8,08.
    Thanks if anyone can help.
  • sukatoa
    Contributor
    • Nov 2007
    • 539

    #2
    Originally posted by mekah
    Hi, My name is meka. I need an example on how to create an lexical analyzer without using a tokenizer. This project is due April 8,08.
    Thanks if anyone can help.
    You can google it....

    sukatoa...

    Comment

    • ajos
      Contributor
      • Aug 2007
      • 283

      #3
      Originally posted by sukatoa
      You can google it....

      sukatoa...
      As sukatoa said it google is the way, i found out some useful links, precisely

      javaworld

      and

      javaworld2

      also there is more on google google

      just replace the string tokenizer method with the string.Split() method.
      Hope this helps :)

      Comment

      Working...