libseed-list custom syntax for JSC?



Hi everyone,

this is not actually a question about seed, but since you're familiar with JSC's workings you might be able to answer it...

how tightly couples is the syntax parser with the code generation? would it be possible to pass it a custom syntax tree generated with a custom parser? i'm looking into the possibilities to make my own language based on javascript but with some syntactic sugar and less typing.. :)

one way would of course be to make a wrapper that outputs valid javascript code, but that wouldn't be as clean and nice as if it would be possible to use the backend directly.

any thoughts on this?

/Jonatan


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]