Skip to content

doublec/play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a collection of examples of using various libraries. It
contains:

  expr-interpreter
    An expression evaluator. The expression entered is parsed using
    Ian Piumarta's Parsing Expression Grammar library and then
    interpreted to get the result. 

  expr-compiler
    An expression evaluator. The expression entered is parsed using
    Ian Piumarta's Parsing Expression Grammar library and then
    compiled to machine code using nanojit.

Some of the examples require third party libraries with modifications,
or non-release versions. These are included in the 'thirdparty'
subdirectory. Some of them are imported using 'git submodules'. To
retrieve this third party libraries you'll need to do the following
after cloning this repository:

  $ git submodule init
  $ git submodule update

About

Example code I play around with to try things out

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages