1
0
mirror of https://github.com/deuill/go-php.git synced 2024-09-21 08:50:45 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
9429925cdb Move tests to hidden folder. 2015-09-22 22:06:35 +01:00
b410005a91 Remove extraneous includes. 2015-09-22 21:57:10 +01:00
41abcbc629 Organize tests for clarity. 2015-09-22 21:55:36 +01:00
6cfc1c2302 Move value-related code to own file. 2015-09-22 21:54:58 +01:00
7c4bcb9847 Simplify README example.y 2015-09-22 21:33:33 +01:00
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
ee779b3698 Rename tests directory to `test. 2015-09-19 22:20:48 +01:00
44909ebb7f Remove deprecated value bindings. 2015-09-19 22:19:27 +01:00
403a114ef2 Move context write method to context.c. 2015-09-19 21:12:32 +01:00
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