website

Website contents
git clone git://git.reagancfischer.dev/website.git
Log | Files | Refs

lexer.lit (287B)


      1 @code_type c .c
      2 @comment_type /* %s */
      3 @compiler lit -t lexer.lit && gcc -Wall -Wextra -Wpedantic -Wstrict-aliasing=3 -Wwrite-strings -Wvla -Wcast-align=strict -Wstrict-prototypes -Wstringop-overflow=4 -Wshadow -fanalyzer tokenizer.c input.c hash_table.c -D TOK_TEST -g -O0 && rm a.out
      4