kozily / admin

Tasks, project documentation and wiki repository
0 stars 0 forks source link

Layout issue on large expressions #159

Open andres-arana opened 6 years ago

andres-arana commented 6 years ago

When entering a large expression, the places where we print the expressions (stack and stores) are overflown.

For example, this statement causes problems:

case person(age:30 address:address(number:172))
of person(age:A address:address(number:N)) then
  skip
  skip
end