expercise / coding-expercise

Web application for coding-expercise
32 stars 11 forks source link

Array data type has been implemented #147

Closed baybatu closed 8 years ago

baybatu commented 8 years ago

Array data type has been implemented for JS interpreter. Also input and output values must be valid json from now on. For example if we want to input integer type, then we must enter without quote or anything like 31, 55...

If we want to enter string data type value, then we must enter our string with quote surrounded like other programming languages such as "merhaba", "naber"...

If we want to enter array data type value, then we must enter our array value like json array. such as [1, 2, 3, "naber", "expercise"].

Also we have to update current input and output values in DB through an SQL script.

codecov-io commented 8 years ago

Current coverage is 41.47% (diff: 68.29%)

Merging #147 into master will increase coverage by 0.57%

@@             master       #147   diff @@
==========================================
  Files           172        175     +3   
  Lines          2621       2650    +29   
  Methods           0          0          
  Messages          0          0          
  Branches        226        227     +1   
==========================================
+ Hits           1072       1099    +27   
- Misses         1523       1524     +1   
- Partials         26         27     +1   

Powered by Codecov. Last update fdf94e4...dac3362