uhmanoa-transpiler-project / shaka-scheme

The official repository for the UH Manoa Transpiler Project's Scheme interpreter, Shaka Scheme.
32 stars 24 forks source link

Implemented Character #65

Closed lihongman closed 6 years ago

lihongman commented 6 years ago

Implementation of Character class which will contain a single character within. It contains comparisons between different characters and the same similar to how integers are compared. When printing out certain characters which include the following: alarm, backspace, delete, escape, newline, null, return, space, and tab. These are currently hard-coded via a switch statement.