manifold-lang / manifold-frontend

Frontend compiler for Manifold high-level language
GNU General Public License v3.0
6 stars 6 forks source link

Write a custom toString() method on Value for debugging #12

Open mtrberzi opened 10 years ago

mtrberzi commented 10 years ago

Issue by mtrberzi Thursday Jan 30, 2014 at 22:55 GMT Originally opened as https://github.com/manifold-lang/manifold/issues/63


Currently, turning a TypeValue or a Value into a string yields a Java object string, which is not very user-friendly. Simply implementing a toString() method that returns the base name of the class would improve readability.