2021-03-05 21:20:38 -05:00
2019-10-10 15:49:18 -04:00
2020-02-05 16:32:17 -05:00
2021-03-03 13:14:44 -05:00
2021-03-05 21:16:59 -05:00
2021-03-03 20:28:27 -05:00
2020-12-04 11:18:21 -05:00
2021-03-04 16:41:12 -05:00
2020-12-04 11:18:21 -05:00
2020-02-05 14:50:31 -05:00
2021-03-03 20:23:12 -05:00
2021-03-03 13:14:44 -05:00

PHP Kilo

Build Status

A reimplementation of the Kilo tutorial in PHP. Requires PHP 7.4, due to requiring the FFI extension.

Implementation notes:

  • The editor prefix has been removed from all the relevant functions, instead they are methods on the Editor class.
  • Enums are faked with class constants
  • Composer is used for autoloading
  • Properties that must be manually updated in the C version (like counts/string length) are implemented with magic methods, so they are essentially calculated on read.
  • Generally, if a function exists in PHP, with the same name as the C function, the PHP version will be used.
Description
A rawmode CLI editor, in PHP, based on the C Kilo tutorial: https://viewsourcecode.org/snaptoken/kilo/
Readme
Languages
PHP 96.3%
C 3.5%
Dockerfile 0.2%