Project Information
Property | Value |
Started | July 1, 2020 |
Ended | July 12, 2020 |
Time Spent | 10 hour(s) |
Status | Completed |
Project Link | https://0x22fe.com/project/cipt/ |
Source Code Link | https://github.com/0x22fe/Cipt |
Description | A scripting language implemented in C |
Language(s) | C |
Cipt is my second attempt at creating a scripting language in C.
While the language resembles Lisp, that was entirely a coincidence. I designed it like this because it would be easier to parse and execute the language, and prior to a surprising Google search I had never actually seen Lisp code before.