-
Notifications
You must be signed in to change notification settings - Fork 2
doublec/play
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published