Splaf  Update of ”README”

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 2f8e7c8c30c317489bcb0ab242aad2291b61b0ac
Page Name:README
Date: 2016-02-28 14:24:31
Original User: emanuel
Mimetype:text/x-markdown
Next 7ce20961c91bd96c807a579fb5c13a6b3f6eeab7
Content

Splaf stands for Structured Programming Language And Flowcharts. It is a tool to aid students of Computer Sciences courses who are in their first year of a programming class. This first implementation is demoed with a Portuguese grammar, but other grammars can be used.

Splaf is a web application that runs mainly in JavaScript. Included is a demo web server in Python.

The application window is divided in two halves, one for the structured programming language code (SPLC) and the other for the corresponding flowchart. The first implementation converts the SPLC into a flowchart that is slightly interactive, but a future implementation should have editing tools to allow the user to build the flowchart and then generate the corresponding SPLC.