peelonet / tempearly

Minimal scripting language / templating engine.
2 stars 0 forks source link

API: Number parsing. #108

Closed RauliL closed 9 years ago

RauliL commented 9 years ago
  1. Move all number<->string methods from Utils class to String class where they should belong to.
  2. Add conversion methods for Int and Float class which convert strings into numbers.