Commit Graph

9 Commits

Author SHA1 Message Date
Alex Palaistras dcdb07961f Rename base package from `engine` to `php` 2017-01-28 20:57:39 +00:00
Alex Palaistras 7320fffdf5 Bump year to 2017 2017-01-28 17:06:12 +00:00
Alex Palaistras 2b9857b73a Move workspace from "engine" directory to repository root
The initial rationale behind pushing all files into a subdirectory was keeping
the repository root clean, however there's probably better, and move meaningful
ways of doing so (splitting `engine`, `context`, and `value` to separate
packages, moving all `.c` files into the `src` directory etc.
2017-01-28 17:01:05 +00:00
Alex Palaistras 7f797605e9 Split code into seperate directories. 2015-10-02 00:48:33 +01:00
Alex Palaistras b410005a91 Remove extraneous includes. 2015-09-22 21:57:10 +01:00
Alex Palaistras 6cfc1c2302 Move value-related code to own file. 2015-09-22 21:54:58 +01:00
Alex Palaistras 6fa93f5160 First version of variable bindings to context.
This commit contains an initial version of variable bindings
to a context, along with tests. Currently supported types are
integers, floating point numbers, and strings.
2015-09-20 01:16:43 +01:00
Alex Palaistras 403a114ef2 Move context write method to `context.c`. 2015-09-19 21:12:32 +01:00
Alex Palaistras bd0f41e3d5 Initial commit of entire workspace
Code was seperated out from the Sigil web application framework.
https://github.com/deuill/sigil
2015-09-17 22:22:07 +01:00