phillipstanleymarbell / Noisy-lang-compiler

Noisy language compiler
MIT License
17 stars 1 forks source link

Fix newton API check method error messages #111

Open hyuglim opened 7 years ago

hyuglim commented 7 years ago

Currently, there is some Unicode mysterious characters...

For example, the output of ./test-darwin-EN inside tests directory returns the message

valueErrorMessage LHS (V : 2.000000) / (n : 5.000000) of value 0.400000 should be == RHS �ˈZ� 2.000000 * meter / second ( 2.000000 ) 3.500000 (Pa : 0.000000) (m : 0.000000) ( 3.000000 ) 5.000000 (Pa : 0.000000) (K : 0.000000) 5.000000 (Pa : 0.000000) (K : 0.000000) 5.000000 * (m : 0.000000) **( 3.000000 )/ 3.000000 of value 1.666667 dimensionErrorMessage

phillipstanleymarbell commented 5 years ago

Closing this. Will no longer maintain the Newton API. Added new label "Newton API".