Skip to main content
Graph
Search
fr
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Lecture
Constructing a Lexer: First Symbols
Graph Chatbot
Related lectures (31)
Previous
Page 2 of 4
Next
Operations on Formal Languages
Covers formal languages, operations like union and concatenation, and the Kleene star operation.
Computational Methods: Paths and Strings
Covers computational methods focusing on paths and strings, including examples of concatenation, regex elements, and string operations.
Regular Expressions: Basics and Applications
Introduces regular expressions, covering language sets, syntax, semantics, and limitations.
Name Analysis: Compiler Phases and Symbol Tables
Explores compiler phases and symbol tables' role in mapping variables to declarations.
CLP Parser Lab Presentation
Covers implementing a parser for transforming tokens into an Abstract Syntax Tree.
Tuples: Desugaring and Implementation
Covers the implementation details of tuples in Scala, including desugaring, lexical analysis, parsing, and code generation.
Parsing with Combinators
Explores parsing text into trees using parser combinators in Scala, covering filtering, transforming, sequencing, alternatives, recursion, spaces handling, lexing, monadic nature, and for-notation.
Finite Automata: Basics
Introduces the basics of finite automata, including deterministic and non-deterministic types, regular expressions, and acceptance criteria.
Grammars and Parsers: An Overview of Language Processing
Provides an overview of grammars and parsers in computer language processing.
Introduction to C++ Strings
Covers the basics of working with strings in C++, including declaration, initialization, characters, assignment, concatenation, and comparison.