Skip to content
/ pseu Public

A wack programming language that resembles the pseudo code found in the Cambridge International A & AS Level Computer Science book.

License

Notifications You must be signed in to change notification settings

FICTURE7/pseu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pseu

A wack toy programming language that resembles the pseudo code found in the Cambridge International A & AS Level Computer Science book.

  • fast boi
  • written in c99 even though it can be ported to c89 easily

NOTE

I've also written a working compiler which is pretty much complete in C# at the roslyn branch which makes use of the Roslyn compiler platform to compile to IL by transpiling the code to Visual Basic first.

Goals

The main goal is to get as close as possible to the pseudo code found in the book and run as much of it as possible.

Building

To build the project, CMake is required.

mkdir build
cd build
cmake ..
make

If MSVC is targeted, a Visual Studio solution file should be generated instead of a Makefile.

Acknowledgement

  • wren
  • lua
  • luajit

License

MIT License

About

A wack programming language that resembles the pseudo code found in the Cambridge International A & AS Level Computer Science book.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published