drt24 / gnuprologjava

GNU Prolog for Java
8 stars 5 forks source link

{} is not parsed as an atom #6

Closed thetrime closed 8 years ago

thetrime commented 8 years ago

A simple test case of

   x({}).

produces a compile error. This is a legal atom according to the ISO standard (specifically section 6.3.1.3)