Asterisk007 / prse

A C-like language with modern and novel conventions
Other
1 stars 0 forks source link
c-like programming-language

PRSE

or: A Python-esque programming language for C/C++ programmers.

Documentation: click here

About this project:

Designed and programmed by Daniel Ellingson

Tools/languages used:

The PRSE compiler (prsec) is software that is used to compile programs written in the PRSE language into runnable binaries, or into equivalent C++ programs.

The PRSE language is a C-like programming language focused on ease-of-use with syntax similar to C/C++, but with functionality that more closely resembles Python.

Language highlights:

License:

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.html.

Design goals:

Extras to be implemented later:

Development:

Dependencies:

Note to new users: