Skip to content

Instantly share code, notes, and snippets.

View betelgeuse-7's full-sized avatar
🟡
Learning

Abidin Durdu betelgeuse-7

🟡
Learning
View GitHub Profile

In this tutorial we're going to build a set of parser combinators.

What is a parser combinator?

We'll answer the above question in 2 steps.

  1. What is a parser?
  2. and, what is a parser combinator?

So first question: What is parser?

@vratiu
vratiu / .bash_aliases
Last active June 5, 2024 04:24
Git shell coloring
# Customize BASH PS1 prompt to show current GIT repository and branch.
# by Mike Stewart - http://MediaDoneRight.com
# SETUP CONSTANTS
# Bunch-o-predefined colors. Makes reading code easier than escape sequences.
# I don't remember where I found this. o_O
# Reset
Color_Off="\[\033[0m\]" # Text Reset