jszhn

Recent Notes

  • A* algorithm

    Oct 29, 2025

    • ALOHA

      Oct 29, 2025

      • ARP

        Oct 29, 2025

        • Accounting

          Oct 29, 2025

          • Activation function

            Oct 29, 2025

            Home

            ❯

            Symbol table

            Symbol table

            Oct 29, 20251 min read

            In a compiler, a symbol table is a data structure constructed with the abstract syntax tree. It provides later phases in the compiler (semantic analysis, IR generation) information about a program’s symbols. This information includes: type, size, alignment, etc. of variables and functions.


            Graph View

            Backlinks

            • Compiler front-end
            • Compiler
            • ECE467 — Compilers and Interpreters

            Created with Quartz v4.5.2 © 2025

            • Twitter
            • LinkedIn
            • GitHub