added: single quote character literals
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 8 Mar 2023 12:24:45 +0000 (06:24 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 8 Mar 2023 12:24:45 +0000 (06:24 -0600)
commit7f3294f2a23f62f727543083e9c79b13aed35c9b
treef77626619e96a6287e8b549c354e7be4100efdf1
parent84402d2a4af4b3711c377990d14f539cc7c3fd33
added: single quote character literals

changed: no re-declaration specifier is now `~`
18 files changed:
compiler/include/lex.h
compiler/src/lex.c
compiler/src/parser.c
core/conv/format.onyx
core/string/string.onyx
core/time/date.onyx
examples/50_misc.onyx
misc/onyx-mode.el
misc/onyx.sublime-syntax
misc/onyx.vim
misc/vscode/onyx-0.1.5.vsix
tests/aoc-2020/day11.onyx
tests/aoc-2020/day14.onyx
tests/aoc-2020/day17.onyx
tests/aoc-2020/day19.onyx
tests/aoc-2020/day20.onyx
tests/char_literals [new file with mode: 0644]
tests/char_literals.onyx [new file with mode: 0644]