Skip to content

williamsdb/PHPCESIL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


phpCESIL

A [CESIL](https://en.wikipedia.org/wiki/CESIL) language interpreter written in PHP.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

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.

(back to top)

Built With

(back to top)

Getting Started

Running the script is very straightforward:

  1. 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.

Prerequisites

Requirements are very simple, it requires the following:

  1. PHP (I tested on v8.1.13)

Installation

  1. Clone the repo:
    git clone https://github.com/williamsdb/PHPCESIL.git

(back to top)

Usage

For more information, please refer to the this blog post

(back to top)

Known Issues

  • Comments aren't supported

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GNU General Public License v3.0. See LICENSE for more information.

(back to top)

Contact

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/)

(back to top)

Acknowledgments

  • None

(back to top)

About

An implementation of CESIL in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published