We now have a primitive and not fully tested parser for strings and symbol sequences. We record the lines and columns of each object on the object for better compile time error handling. I've also structured the code base in a slightly weirder fashion, which makes my includes look nicer. I've split up stuff quite a bit to ensure code units are bit more focused.
7 lines
287 B
EmacsLisp
7 lines
287 B
EmacsLisp
;;; Directory Local Variables -*- no-byte-compile: t -*-
|
|
;;; For more information see (info "(emacs) Directory Variables")
|
|
|
|
((nil . ((compile-command . "make MODE=debug -k")
|
|
(+license/license-choice . "MIT License")))
|
|
(c-mode . ((mode . clang-format))))
|