jsigbiz / spec

JavaScript signature notation
131 stars 6 forks source link

Write a jsig to markdown parser #34

Open Raynos opened 9 years ago

Raynos commented 9 years ago

It would be nice to convert jsig into markdown.

tomek-he-him commented 8 years ago

I’m thinking of writing a simple JSIG to JSON converter. The output could then be piped into https://github.com/studio-b12/doxie and rendered in any way you want.

BTW, doxie is a very young project. It’d be great if you could give some feedback :)

junosuarez commented 8 years ago

@Raynos wrote a jsig parser which generates an AST which can be easily JSON.stringify'd- see https://github.com/jsigbiz/parser