nitcc:: when removing a reduction in S/R, notify the token to not generate the reduce...
[nit.git] / tests / emscripten_nodejs.nit
1 import emscripten
2 redef class FileReader
3 redef fun fill_buffer
4 do
5 print "NOT YET IMPLEMENTED"
6 abort
7 end
8 redef init open(f)
9 do
10 print "NOT YET IMPLEMENTED"
11 abort
12 end
13 end