Skip to content
/ ChakraREPL Public

A basic REPL (Read Eval Print Loop) for Microsoft's Chakra JS Engine

Notifications You must be signed in to change notification settings

azz/ChakraREPL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chakra REPL

This is a really quickly put together REPL for Microsoft's Chakra JavaScript engine.

REPL

To get this to run you will need to build ChakraCore (see here), and link it to this project (ChakraREPL.sln) in Visual Studio.

Build this project's exe, copy ChakraCore.dll file into .\x64\Debug, and run the exe.

ChakraREPL/ChakraREPL.cpp is the entry point and main source file.

The reasons for this repo's existence are:

  • I wanted to play around with Chakra.
  • Hopefully someone finds this useful when getting started integrating ChakraCore into their software.

About

A basic REPL (Read Eval Print Loop) for Microsoft's Chakra JS Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published