Apply ispell on ep1

This commit is contained in:
Sameer Rahmani 2022-10-22 20:09:23 +01:00
parent cce63802e2
commit ffeff7fc4a
1 changed files with 6 additions and 6 deletions

12
ep1.tex
View File

@ -30,14 +30,14 @@
\begin{itemize} \begin{itemize}
\item In the first season we created a super simple compiler \item In the first season we created a super simple compiler
\item We learned about the basics of LLVM and MLIR \item We learned about the basics of LLVM and MLIR
\item We created a basic platform to develope a programming language, that includes: \item We created a basic platform to develop a programming language, that includes:
\begin{itemize} \begin{itemize}
\item A parser \item A parser
\item A JIT engine \item A JIT engine
\item A code generation pipeline \item A code generation pipeline
\item and few other bits and pieces \item and few other bits and pieces
\end{itemize} \end{itemize}
\item BUT we didn't come up with a specification for Serene \item BUT we didn't come up with a specification for \href{https://serene-lang.org}{Serene}
\item We didn't design the language yet \item We didn't design the language yet
\item That's what we're going to do in this series \item That's what we're going to do in this series
\end{itemize} \end{itemize}
@ -47,9 +47,9 @@
\begin{itemize} \begin{itemize}
\item Not all the programming langs have specification \item Not all the programming langs have specification
\item A spec or standard brings clarity for users and developers \item A spec or standard brings clarity for users and developers
\item We could've just implement an already exist spec lik \href{http://www.r6rs.org/}{R6RS} (Scheme) \item We could've just implement an already exist spec like \href{http://www.r6rs.org/}{R6RS} (Scheme)
\item Or just create a language based on our intuition (many languages have done this) \item Or just create a language based on our intuition (many languages have done this)
\item Or desing a standard from scratch \\ \item Or design a standard from scratch \\
We can use about 100 years of Mathematics and Computer Science to our benefit We can use about 100 years of Mathematics and Computer Science to our benefit
\end{itemize} \end{itemize}
\end{frame} \end{frame}
@ -113,14 +113,14 @@
\begin{frame}{Disclaimer}{} \begin{frame}{Disclaimer}{}
\begin{itemize} \begin{itemize}
\item I'm not a professional mathematition \item I'm not a professional mathematician
\item I'm just sharing the result of my research and things that I learn. Take it with a grain of salt \item I'm just sharing the result of my research and things that I learn. Take it with a grain of salt
\item ``Nullius in verba'' \item ``Nullius in verba''
\end{itemize} \end{itemize}
\end{frame} \end{frame}
\begin{frame}{Contact}{} \begin{frame}{Contact}{}
Please shared your thoughts and ideas or researchs and papers that you want me to have a look at via: Please shared your thoughts and ideas or researches and papers that you want me to have a look at via:
\begin{itemize} \begin{itemize}
\item Comment section on \href{https://youtube.com/c/lxsameer}{youtube} \item Comment section on \href{https://youtube.com/c/lxsameer}{youtube}
\item \href{https://lxsameer.com}{https://lxsameer.com} \item \href{https://lxsameer.com}{https://lxsameer.com}