# HG changeset patch # User Christian Urban # Date 1487028165 0 # Node ID 147a5560efd73bd82c7fa29cf0b25552b210213d # Parent 5f3eb026f183d88e0ed594e5c520c74773ca36e4 updated diff -r 5f3eb026f183 -r 147a5560efd7 LINKS --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LINKS Mon Feb 13 23:22:45 2017 +0000 @@ -0,0 +1,5 @@ +assmebly (calculator RPN) + +https://dere.github.io/2017-02-12/beginners-assembly-part1/ + + diff -r 5f3eb026f183 -r 147a5560efd7 handouts/notation.pdf Binary file handouts/notation.pdf has changed diff -r 5f3eb026f183 -r 147a5560efd7 handouts/notation.tex --- a/handouts/notation.tex Wed Feb 08 11:02:02 2017 +0000 +++ b/handouts/notation.tex Mon Feb 13 23:22:45 2017 +0000 @@ -8,15 +8,14 @@ \section*{A Crash-Course on Notation} -There are innumerable books available about compilers, -automata theory and formal languages. Unfortunately, they -often use their own notational conventions and their own -symbols. This handout is meant to clarify some of the notation -I will use. I appologise in advance that sometimes I will be a -bit fuzzy\ldots the problem is that often we want to have -convenience in our mathematical definitions (to make them -readable and understandable), but sometimes we need precision -for actual programs. +There are innumerable books available about compilers, automata theory +and formal languages. Unfortunately, they often use their own +notational conventions and their own symbols. This handout is meant to +clarify some of the notation I will use. I appologise in advance that +sometimes I will be a bit fuzzy\ldots the problem is that often we +want to have convenience in our mathematical definitions (to make them +readable and understandable), but other times we need pedantic +precision for actual programs. \subsubsection*{Characters and Strings}