Re: [Felix-language] Order of init

2010-11-12 Thread john skaller
I "fixed" this by ensuring the right order in std/__init__, this isn't really satisfactory but it works for now :) -- john skaller skal...@users.sourceforge.net -- Centralized Desktop Delivery: Dell and VMware Referen

[Felix-language] Order of init

2010-11-11 Thread john skaller
I have modified Felix so now each file is parsed and desugared, then the assembly produced concatenated. Previously the algorithm was this: let asms = (do actual desugaring state) in let include_files = from the state in let asms = List.fold_left begin fun asms file -> let curpath, stmt