I don't use Java, but I need the definitions of two concepts used in
Java, they are: "Changing References" and "One Token Look-Ahead".
Can someone kindly let me know~ Thanks a lot.
No Name - 17 Sep 2006 12:01 GMT
> I don't use Java,
Yup, doing homework and not wanting to touch the language is hard, eh?
> but I need the definitions of two concepts
Read your course notes.
> Can someone kindly let me know~ Thanks a lot.
Your Google broken? Your uni library broken? Your '~'-key broken?
jcsnippets.atspace.com - 17 Sep 2006 14:46 GMT
"Q" <kuiyuli@gmail.com> wrote in news:1158442162.560124.226690
@b28g2000cwb.googlegroups.com:
> I don't use Java, but I need the definitions of two concepts used in
> Java, they are: "Changing References" and "One Token Look-Ahead".
>
> Can someone kindly let me know~ Thanks a lot.
Have a quick Google for both concepts, and you'll find a lot of
information.
Knowing something is just as important as knowing how to find it.
Best regards,
JayCee

Signature
http://jcsnippets.atspace.com/
a collection of source code, tips and tricks
Zaph0d - 18 Sep 2006 07:42 GMT
> Java, they are: "Changing References" and "One Token Look-Ahead".
Classic Computer science (BSc) / Software eng. "Compilation" or
"Compilers" or "Compiler construction" questions from the first few
lessons in the semester. Funny how most peope can manage with "just"
google/wikipedia (which has some pretty good articles on parsers).