
About Symisc
Systems.
Our goal is to provide high-quality software and outstanding service without spin or sales-talk. We're continually seeking new opportunities for innovation and growth. Feel free to browse our site, download and test our products and if you seek any support and/or information don't hesitate to contact us.
PH7 is a in-process software library that implements a highly-efficient embeddable bytecode compiler and a virtual machine for the PHP programming language. In other words, PH7 is a PHP engine which allow the host application to compile and execute PHP programs in-process. PH7 implements most of the constructs introduced by the PHP 5.3 release such as heredoc, nowdoc, gotos, classes, anonymous functions, closures and so on and introduces very powerful extensions to the PHP programming language such as:
|
xPP is an embeddable, general purpose macro processor capable of miming the M4 macro processor as well the C preprocessor (CPP). A macro processor is a useful way to enhance a programming language or simple Text, HTML or XML files, to make it more palatable or more readable, or to tailor it to a particular application. xPP takes as input an xPP template (Any UTF-8 stream) and sends this to the output via host application defined callbacks, after acting on any embedded directives, called macros making xPP the ideal choice as the first pass for your assembler or compiler and even as a simple editor for HTML or text files. xPP feature includes:
|
