samrushing / irken-compiler

Irken is a statically typed variant of Scheme. Or a lisp-like variant of ML.

Home Page:http://nightmare.com/rushing/irken.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

need error for 'too many unique records'

samrushing opened this issue · comments

Records have a tag attached for disambiguation. There is currently nothing done when the number of unique records exceeds the tag space available.

  1. we need to throw an error
  2. consider using tags only for records with symbols from the ambiguous set (this could get complicated).