All Questions
2 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 ...
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('...