# NOT RUN {
# fail
stream <- streamParserFromString("Hello world")
( numberScientific()(stream) )[c("status","node")]
# ok
stream <- streamParserFromString("-1234e12")
( numberScientific()(stream) )[c("status","node")]
# }
Run the code above in your browser using DataLab