Git Product home page Git Product logo

sherlemious / igcse-cs-pc-transpiler Goto Github PK

View Code? Open in Web Editor NEW
12.0 3.0 7.0 3.85 MB

IGCSE CS PseudoCode Interpreter (Translator) Note. This program is currently undergoing the final tweaks. This Program transpiles (compiles source to source) the Pseudocode syntax studied in the IGCSE Computer Science 0478 Syllabus as no other application is available to do this. For any suggestions or bug reports, please send me a message on Github If you liked it, please don't forget to star this repository. Thanks!

License: GNU Affero General Public License v3.0

Python 100.00%
python python3 pseudocode transpiler igcse computerscience beginner-project beginner-friendly good-first-issue translates

igcse-cs-pc-transpiler's People

Contributors

abdulmabdi avatar bangyen avatar deepsourcebot avatar mahdeensky avatar obitorasu avatar sherlemious avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

igcse-cs-pc-transpiler's Issues

Add support to CASE..OF..ENDCASE statements.

This should be a pretty simple statement with a variable that is compared to each of the values at the beginning of each of the lines preceding the ENDCASE statement.
Lines Executed should either be assignment or output statements. This means that It will not allow recursion of any sorts which is not required for the syllabus.

(FLK-E722) Do not use bare `except`, specify exception instead

Description

Using except without a specific exception can be error-prone.

Occurrences

There is 1 occurrence of this issue in the repository.

Commands.py

322                to_be_eval += " " + str(V)
323        try:
324            to_be_eval = eval(to_be_eval)
325        except:
326            pass
327
328        if array:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.