OK, that's really brilliant! I will try to play with V8. Cheer up~!
2009/6/2 Søren Gjesse <[email protected]> > V8 is a separate open source project located at > http://code.google.com/p/v8. Take a look at the shell sample in > samples/shell.cc which can the evaluate JavaScript code and pront the > result. Build the sample it using: > > $ scons sample=shell > > To build libv8.a just run: > > $ scons > > For a debug build add "mode=debug". > > $ scons mode=debug sample=shell > $ scons mode=debug > > The include file is include/v8.h. > > Regards, > Søren > > On Tue, Jun 2, 2009 at 15:07, Davis Jickae <[email protected]> wrote: > >> I recognize V8 via chrome. >> Now wondering if V8 could be a separate project with something , such as , >> a v8.lib , some .h files and a client which may require some JS codes as >> input, print their execution result as output? >> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
