Skip to main content

All Questions

7 votes
1 answer
654 views

Create in-browser IDE for own grammar [closed]

We are going to use our new own programming language. We have designed grammar, json parser and everything seems to work. Code in my language is transpiled into javascript and interpreted by node.js ...
user2106769's user avatar
0 votes
1 answer
281 views

Understanding streams

I have started learning streaming APIs and I found one of the good documentations here. There was a comparison given by author to demonstrate the effectiveness of the streams. var http = require('...
CodeYogi's user avatar
  • 2,186