summary refs log tree commit diff
path: root/VERSION
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-05-25 13:39:41 -0400
committerJune McEnroe <june@causal.agency>2021-05-25 13:39:41 -0400
commit20e2ef936b182c461b604fa874a556abd07c98e2 (patch)
treebce9641bbcc110b3c214464c1745055417b01bb8 /VERSION
parentImport LibreSSL 3.3.3 (diff)
downloadlibretls-20e2ef936b182c461b604fa874a556abd07c98e2.tar.gz
libretls-20e2ef936b182c461b604fa874a556abd07c98e2.zip
import: Add missing scripts/wrap-compiler-for-flag-check
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
/commit/bin/hilex/make.l?id=7c70322c7c8e88af93375b89146b0cd6cb8cc7f0&follow=1'>Add make lexerJune McEnroe This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. 2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe