Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Added README.md file. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
20a5fcb60bc33e1e4058a5699dd52361 |
User & Date: | emanuel.angelo@gmail.com 2013-03-02 02:18:23.000 |
Context
2016-02-28
| ||
14:40 | Elimina ficheiros desnecessários. Leaf check-in: 7ffe84e459 user: emanuel tags: trunk | |
2013-03-02
| ||
02:18 | Added README.md file. check-in: 20a5fcb60b user: emanuel.angelo@gmail.com tags: trunk | |
02:15 | Added LICENSE and .gitignore files. check-in: 8ba03e918b user: emanuel.angelo@gmail.com tags: trunk | |
Changes
Changes to README.md.
> > > > > | 1 2 3 4 5 | 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. |