From b5c8b725655d2ad8a715cfb1fbbdf25dbdcd4ceb Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 16 Oct 2009 09:32:36 +0200 Subject: Fixed issue #24 by refactoring the AST.Node class - taken it out, and in the process fixed a lot of type annoyance by adding more generics. Also changed coding style from for/while/if/switch/catch/do ( expr ) {} to for (expr) {}, hence the changes _everywhere_. --- .classpath | 5 ----- 1 file changed, 5 deletions(-) (limited to '.classpath') diff --git a/.classpath b/.classpath index be0e2e26..67e52bfd 100644 --- a/.classpath +++ b/.classpath @@ -5,11 +5,6 @@ - - - - - -- cgit