Skip to content

Instantly share code, notes, and snippets.

View andreypopp's full-sized avatar
🏠
Working from home

Andrey Popp andreypopp

🏠
Working from home
View GitHub Profile
paths:
/identity-wizard :
action:
type: wizard
title: Identity Wizard
path:
- pick-identity:
- edit-identity:
macro makeString {
case { _ $tok } => {
return [makeValue(#{$tok}[0].token.value, #{here})]
}
}
macro qw {
rule { ($delimited ...) } => { [$(makeString $delimited) (,) ...] }
}
qw(space separated words) // ["space", "separated", "words"]
const Cell = stylesheet.style("div", {
displayName: "Cell",
baseline: "100%",
overflow: "hidden",
boxSizing: "border-box",
position: "absolute",
top: 0,
left: 0,
right: "2px",
@andreypopp
andreypopp / analysis.draft.md
Created August 8, 2020 16:40 — forked from MattPD/analysis.draft.md
Program Analysis Resources (WIP draft)