php-kilo/src/constants.php
Timothy Warren a50c22c0e0
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
Fix more tests
2021-04-14 14:40:35 -04:00

13 lines
357 B
PHP

<?php declare(strict_types=1);
namespace Aviat\Kilo;
// -----------------------------------------------------------------------------
// ! App Constants
// -----------------------------------------------------------------------------
const KILO_VERSION = '0.3.0';
const KILO_TAB_STOP = 4;
const KILO_QUIT_TIMES = 3;
const NO_MATCH = -1;
const T_RAW = -1;