2009/4/3 Erick Tryzelaar <idade...@users.sourceforge.net>

>
> > build/src/compiler/dyp/dypgen/dypgen --pv-obj --noemit-token-type
> --ocamlc -I build/src/compiler/dyp/dyplib -I build/src/compiler/flx_lex
> build/src/compiler/flx_lex/flx_preparse.dyp
> File "build/src/compiler/flx_lex/flx_preparse.dyp", from l:103, c:0 to
> l:104, c:0 :
> Lexing failed with message: lexing: empty token
>

The lines that are causing the error are:

%global_data_type <unit>
%local_data_type <unit>

But the keywords %global_data_type and %local_data_type don't
exist anymore. You can remove these two lines.
They are not needed anymore.
------------------------------------------------------------------------------
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to