Skip to content

Instantly share code, notes, and snippets.

View vbwx's full-sized avatar

Bernhard Waldbrunner vbwx

View GitHub Profile
@vbwx
vbwx / _syntax.md
Last active May 3, 2019 14:04
Development cheat sheets

Pseudocode Syntax

  • Alternatives are written as §{101¦202¦303}. Single alternative characters don’t need braces: a¦b¦c
  • Optional parts are written as §[option].
  • Optional alternatives can be written like §[101¦202¦303].
  • To improve legibility, a leading vertical bar is ignored.
§{
¦ choice 1
¦ choice 2
@vbwx
vbwx / Bookmarks.md
Last active July 12, 2016 09:53
A curated collection of web development bookmarks