# HG changeset patch # User Christian Urban # Date 1487028165 0 # Node ID d922cc83b70ca7df546debdf9e032da62fb4de08 # Parent 7cdc6d705f7045612f4edb1a1b21f9b401028ec0 updated diff -r 7cdc6d705f70 -r d922cc83b70c 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 7cdc6d705f70 -r d922cc83b70c handouts/notation.pdf Binary file handouts/notation.pdf has changed diff -r 7cdc6d705f70 -r d922cc83b70c 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}