Commit Graph

11 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 48a7c537a3 Add array binding support for context. 2015-10-01 22:57:17 +01:00
Alex Palaistras 81e82bfd1e Add boolean value bindings to context. 2015-09-22 22:14:51 +01:00
Alex Palaistras 9429925cdb Move tests to hidden folder. 2015-09-22 22:06:35 +01:00
Alex Palaistras 41abcbc629 Organize tests for clarity. 2015-09-22 21:55:36 +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 ee779b3698 Rename `tests` directory to `test. 2015-09-19 22:20:48 +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