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
AgeCommit message (Expand)Author
2014-05-14Tidy up the non-identifier Python literal generation.do-notationIan Johnson
2013-12-10Resolve reduce and filter commands.Ian Johnson
2013-12-10Started filter and reduce...Ian Johnson
2013-12-09Unbound variable error message altered.Ian Johnson
2013-12-09Fixed resolution for commands.Ian Johnson
2013-12-08Bound let binding variables now properly resolved in the expression.Ian Johnson
2013-12-08Map command fisrt cut.Ian Johnson
2013-12-05Started adding Map to imperative PCL syntax.Ian Johnson
2013-11-19Generated new v1.1.0-beta PCL manual.HEADv1.1-betamasterIan Johnson
2013-11-19Completed documentation of imperative PCL.Ian Johnson
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-13More imperative PCL documentation.Ian Johnson
2013-11-13Vim syntax highlighting now highlights string literals properly.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-12Code 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-29Removed sleep.py from examples. Will be replaced with a PCL file.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-24Changed Pypeline submodule repo protocolv1.0-betaIan Johnson
2013-07-15Added link to latest manual PDF.Ian Johnson
2013-07-15Added dependency details and instructions to the documentation. Fixed the sec...Ian Johnson
2013-07-10Update README.mdIan Johnson
2013-07-09Update README.mdIan Johnson
2013-07-09Pypeline dependency instructionsIan Johnson
2013-07-09PLY dependency instructionsIan Johnson
2013-07-09Updated documentation.Ian Johnson
2013-07-03Updated docoIan Johnson