summaryrefslogtreecommitdiff
path: root/base/src/bjc/dicelang/scl/FloatSCLToken.java
AgeCommit message (Collapse)Author
2018-02-13Refactor SCL into its own modulestudent
2018-02-12Formatting passstudent
2018-02-12Split SCLToken into subclasses.student
Instead of one class with a lot of fields whose state varies based on an enum, we now have a hierarchy of classes that does the same in a more obvious manner.