Jul 22, 2005 #1 helios Full Member level 2 Joined Jun 3, 2005 Messages 146 Helped 22 Reputation 44 Reaction score 10 Trophy points 1,298 Activity points 2,798 i am doing a compiler in java for a specific purpose .... any body knows how to test it ..... or how can i develope a automated test environment ... any ideas ???
i am doing a compiler in java for a specific purpose .... any body knows how to test it ..... or how can i develope a automated test environment ... any ideas ???
Jul 22, 2005 #2 J jimjim2k Advanced Member level 3 Joined May 17, 2001 Messages 996 Helped 23 Reputation 46 Reaction score 13 Trophy points 1,298 Activity points 7,178 Hi If you really are a compiler GURU read this. Otherwise forget. Java Compiler Compiler [tm] (JavaCC [tm]) - The Java Parser Generator 1. h**ps://javacc.dev.java.net/ note that it comes with extra 's'. CUP Parser Generator for Java 2. h**p://www.cs.princeton.edu/~appel/modern/java/CUP/ * -> t tnx
Hi If you really are a compiler GURU read this. Otherwise forget. Java Compiler Compiler [tm] (JavaCC [tm]) - The Java Parser Generator 1. h**ps://javacc.dev.java.net/ note that it comes with extra 's'. CUP Parser Generator for Java 2. h**p://www.cs.princeton.edu/~appel/modern/java/CUP/ * -> t tnx