[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AST serialization



Hi, 
  I would be able to save the AST produced by my parser using Java 
serialization. For the moment, of course,I have some troubles with node 
classes which are not serializable, and it should be a good idea not to modify 
all of them (including casting classes generated by SableCC). How to do that 
in a simple way? Did somebody tried?

  Mathias