Archived

This forum has been archived. Please start a new discussion on GitHub.

How to compile ice files under folder slice

Here errors when I compile these files under folder slice:
BuiltinSequences.ice:13: illegal identifier `Ice': `Ice' prefix is reserved
I go to line 13 of BuiltinSequences.ice, found here is statement:
module Ice
seems can't use reserved word Ice in ice file, so I confused how to compile it.
Thanks.

Comments

  • mes
    mes California
    You need to use the --ice option when running the translator to allow symbols that start with "Ice".

    Take care,
    - Mark
  • Hi, mes thank you, It's ok now.