nicowernli
nicowernli

Reputation: 3348

Nodejs template system documentation

I want to create my own template system for node.js (just for educational purposes), but I can't find any useful information to start with. Are there any good tutorials out there which could help me? Thanks!

Upvotes: 1

Views: 276

Answers (1)

Paul Sweatte
Paul Sweatte

Reputation: 24617

Jison docs would be a good place to start. A breakdown of how it's used to build a parser for the CoffeeScript grammar may be helpful in seeing the big picture.

References

Upvotes: 1

Related Questions