A [CESIL](https://en.wikipedia.org/wiki/CESIL) language interpreter written in PHP.
Table of Contents
When I first learned to code back in the late 80's I was taught a language called CESIL which was very simplistic and nothing like the fun and comprehensive starter languages you get now such as Scratch and Blocky.
I wrote a CESIL interpreter for Sinclair Basic many years ago and thought that it would be fun to try and do it again this time in PHP.
Running the script is very straightforward:
- download the code/clone the repository
Run cesil.php from the command line. You can read more about how this all works in this blog post.
Requirements are very simple, it requires the following:
- PHP (I tested on v8.1.13)
- Clone the repo:
git clone https://github.com/williamsdb/PHPCESIL.git
For more information, please refer to the this blog post
- Comments aren't supported
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License v3.0. See LICENSE
for more information.
Your Name - @spokenlikeageek - Contact
Project Link: [https://spokenlikeageek.com] (https://www.spokenlikeageek.com/2023/11/06/posting-to-bluesky-via-the-api-from-php-part-one/)
- None