Looking for a JS interpreter

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gil Fidel

    Looking for a JS interpreter

    Hi, I'm currently building a little web spider (in C++) and i need a
    way to transform JS into pure html (i.e. "compile" the JS into HTML).
    How can i do it?
    Sample code would be the best :)

    Thanks
  • Zifud

    #2
    Re: Looking for a JS interpreter

    Gil Fidel wrote:[color=blue]
    > Hi, I'm currently building a little web spider (in C++) and i need a
    > way to transform JS into pure html (i.e. "compile" the JS into HTML).
    > How can i do it?[/color]

    Probably the same way you'd "compile" a Word macro into rtf markup or
    Postscript.
    [color=blue]
    > Sample code would be the best :)[/color]

    What would you like, C++? FORTRAN? Pascal?

    Zif.

    Comment

    • Gil Fidel

      #3
      Re: Looking for a JS interpreter

      > What would you like, C++? FORTRAN? Pascal?

      C++ would be best.
      thanks!

      Comment

      Working...