CHANGELOG.md in kaiser-ruby-0.4.1 vs CHANGELOG.md in kaiser-ruby-0.4.2
- old
+ new
@@ -38,12 +38,15 @@
- [x] Handle non-alpha values in quoted strings
- [x] Ignore comments in parentheses
- [x] Handle input from STDIN
- [x] Handle contractions - "Janie's got a gun" should be expanded to "Janie is got a gun" and so it should transpile to "janie = 313"
- [x] Handle pronouns - he, she, it, and others should refer to the last used variable
+- [x] Better handle input of integers from STDIN
+- [x] Print can print returned values from functions
Other stuff:
- [x] Updated the FizzBuzz example
- [x] Catch exceptions in the REPL
- [x] Suppressed warning about eval from Thor
- [x] Move nesting indentation from main module to transformer
+- [x] Celsius to Fahrenheit example