summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-22 14:11:59 -0400
committerJune McEnroe <june@causal.agency>2020-04-22 14:11:59 -0400
commited586a1dadafe5adcf58440b9bbcd6bf49619f2f (patch)
tree5943e86696614cc26fb46b26e1bc6639d6844f07 /Makefile
parentRender id, description and language as <pre> attributes (diff)
downloadbubger-ed586a1dadafe5adcf58440b9bbcd6bf49619f2f.tar.gz
bubger-ed586a1dadafe5adcf58440b9bbcd6bf49619f2f.zip
Remove HTML inline TODOs
format=flowed, because it's not very useful for display, more useful for
composing, <https://fastmail.blog/2016/12/17/format-flowed/>.

Quoting because I believe <blockquote> is not allowed inside <pre> (it's
not "phrasing content") and <q> just seems awkward.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
td>June McEnroe 2019-05-19Specify precedence of unary versions of operatorsJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe