Make trees in Typst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
import sys | |
from dataclasses import dataclass | |
from typing import Callable, List, TypeVar, Union | |
T = TypeVar("T") | |
class SExpr(List[T]): | |
BEGIN = "(" |
I hereby claim:
- I am oliver-ni on github.
- I am oliverni (https://keybase.io/oliverni) on keybase.
- I have a public key ASCJE9m0Lq22T098CDPLmc36NfVVmQM7hTM9cAy7ANHpHwo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<profiles version="19"> | |
<profile kind="CodeFormatterProfile" name="vt-cs-style" version="19"> | |
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert" /> | |
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert" /> | |
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert" /> | |
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value="insert" /> | |
<setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment" value="common_lines" /> | |
<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="true" /> | |
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_logical_operator" value="insert" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
anal | |
anus | |
arse | |
ass | |
b1tch | |
ballsack | |
bastard | |
bitch | |
biatch | |
blowjob |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fetch http://dl-cdn.alpinelinux.org/alpine/v3.7/main/x86_64/APKINDEX.tar.gz | |
fetch http://dl-cdn.alpinelinux.org/alpine/v3.7/community/x86_64/APKINDEX.tar.gz | |
(1/49) Installing ca-certificates (20171114-r0) | |
(2/49) Installing libssh2 (1.8.0-r2) | |
(3/49) Installing libcurl (7.61.0-r0) | |
(4/49) Installing curl (7.61.0-r0) | |
(5/49) Installing expat (2.2.5-r0) | |
(6/49) Installing pcre2 (10.30-r0) | |
(7/49) Installing git (2.15.2-r0) | |
(8/49) Installing libffi (3.2.1-r4) |