Skip to content

djedr/jstpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jstpp

JavaScript Text Preprocessor

A general-purpose text preprocessor written in JavaScript. Inspired by the C preprocessor. Both preprocessors have similar uses and capabilities. But jstpp is more powerful in that it is intended to be used to preprocess any text, not just text files that represent C source code. Also, jstpp macros are just JavaScript. This means that what the C preprocessor calls function-like macros are JavaScript functions. Conversely, object-like macros are just javascript values.

Codename jstpp. Candidate final names:

  • JavaScript Text Preprocessor
  • JSTPP
  • JustaPP
  • justa-pp
  • justa-p
  • justap

About

JavaScript Text Preprocessor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published