Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ianj-als/pcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-11-14Removed redundant condition.Ian Johnson
2013-11-14Fixed return error message.Ian Johnson
2013-11-13Return now supports literals.Ian Johnson
2013-11-13Imperative and functional PCL executor visitors now have their own terminal g...Ian Johnson
2013-11-13Re-factored variable and function name generation. And started documenting th...Ian Johnson
2013-11-12Re-factored if command execution visitor phase.Ian Johnson
2013-11-12Fixed bugs in PCL executor visitor due to literal string values.Ian Johnson
2013-11-12Bump the pclc versionIan Johnson
2013-11-12Various bugs fixed.Ian Johnson
2013-11-12Now with all changes. Code generation for let commands now working.Ian Johnson
2013-11-11Re-factored the symbol table and its scoping.Ian Johnson
2013-11-11Started let command. DOES NOT WORK ON THIS COMMIT.Ian Johnson
2013-11-06Added more runtime functions.Ian Johnson
2013-11-05Fixed bugs in runtime library and updated the Vim syntax file.Ian Johnson
2013-10-29Introduced some basic instrumentation for leaf components.Ian Johnson
2013-10-29Assignment from If commands now supported.Ian Johnson
2013-10-29Added process runtime library.Ian Johnson
2013-10-29Code generation for leaf components done. Example added to parallel sleep exa...Ian Johnson
2013-10-23Return mappings now being preserved in the AST.Ian Johnson
2013-10-23Fixed else block code generation, and added return action code generation for...Ian Johnson
2013-10-23Do notation code generation started.Ian Johnson
2013-10-21Started do notation code generation.Ian Johnson
2013-10-21Resolution of do-notation.Ian Johnson
2013-10-16More resolution codeIan Johnson
2013-10-14Further resolution codeIan Johnson
2013-10-09Started adding runtime functions.Ian Johnson
2013-10-09Grammar extended to accommodate do notation.Ian Johnson
2013-07-15Added dependency details and instructions to the documentation. Fixed the sec...Ian Johnson
2013-07-02pcl-run.py has changed the interface to the execute module function, and more...Ian Johnson
2013-07-02Completed first draft of compiler documentation. Bug fixes to resolution code...Ian Johnson
2013-06-19Incremented patch versionIan Johnson
2013-06-19Fixed unexpected EOF bugIan Johnson
2013-06-12PCLc: Unused component declaration warnings now specify the assigned componen...Ian Johnson
2013-06-11Small bug fixettes to PCLrun and PCLcIan Johnson
2013-06-11Added a separate PCL runner module. This allows developers to execute PCL pip...Ian Johnson
2013-06-11PCLc: Better component instrumentation messages, and a more sensible way to g...Ian Johnson
2013-06-10PCLc: Errors for >>>, &&&, and *** now specify the line number of the operator.Ian Johnson
2013-06-10PCLc: Slight optimisation in parallel component code generation, and instrume...Ian Johnson
2013-06-03Bumped patch version.Ian Johnson
2013-06-03Fixed the derivation of input types when traversing through a fonout operation.Ian Johnson
2013-06-03More instrumentationIan Johnson
2013-06-03Instrumentation in resolverIan Johnson
2013-06-03Values are supported on the LHS of a wire mapping expression.Ian Johnson
2013-05-28Refactor. Added an example of how to use environment variables in a configura...Ian Johnson
2013-05-28Added support for use of environment variables in configuration section of co...Ian Johnson
2013-05-21Fixed importing non-existent module bug.Ian Johnson
2013-05-21The configuration of a PCL file is now propagated through the pipeline. Any s...Ian Johnson
2013-05-21Refactored error message handling in resolvers.Ian Johnson
2013-05-21Bumped patch versionsIan Johnson
2013-05-21Bug fixing If component supportIan Johnson