File | Date | Author | Commit |
---|---|---|---|
bootsrc | 2018-02-13 |
![]() |
[603737] Delete simple_objfile.h |
licence | 2018-01-23 |
![]() |
[23c20a] initial commit |
src | 2018-02-02 |
![]() |
[b4f5ea] stop bootstrapping in c# comparison |
test | 2018-02-03 |
![]() |
[8f33c4] initializing the bootstrap app |
LICENSE | 2018-01-21 |
![]() |
[50b656] Initial commit |
README.md | 2018-02-02 |
![]() |
[7f55af] stop bootstrapping in c# comparison |
Yet the simplest programming language with the most roboust application base
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
The simple programming language has it's backbone on the c programming language.
Although having a fair knowledge of the c language (or any programing language) will help you grasp simple in a relatively short time, you are not expected to have any programming exprience of any sort to be able to use SIMPLE.
You can simply read up the getting started
examples from the documentation section and get up and running within minutes.
What things you need to use the language
GIT CLIENT
A series of step by step examples to get you up to speed
Clone the repo
cd project/folder/to/simple
Create your files with .sim as extension
Compile with simple.exe -go filename.sim
Run with simple.exe filename.sim
Note: filename is the name of your simple file
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details