..
2025-02-21 17:04:13 +01:00
2025-02-25 17:16:09 +01:00
2025-02-28 16:07:10 +01:00
2024-08-07 19:39:10 +02:00
2025-02-25 17:16:09 +01:00
2025-02-25 17:16:09 +01:00
2025-02-25 17:16:09 +01:00
2025-02-25 17:16:09 +01:00
2025-02-25 17:16:09 +01:00
2025-02-25 17:16:09 +01:00
2025-02-25 17:16:09 +01:00
2025-02-25 17:16:09 +01:00
2025-02-25 17:16:09 +01:00
2025-02-25 17:16:09 +01:00
2025-02-21 22:39:01 +01:00
2025-02-21 22:39:01 +01:00
2024-08-07 19:39:10 +02:00
2025-02-28 12:15:19 +01:00
2025-03-01 23:04:37 +01:00
2025-03-03 12:14:53 +01:00
2025-02-28 16:07:10 +01:00
2025-02-25 17:16:09 +01:00
2025-02-25 17:16:09 +01:00
2025-02-25 17:16:09 +01:00
2025-02-25 17:16:09 +01:00
2025-02-27 23:28:17 +01:00
2025-02-26 20:02:53 +01:00
2025-02-26 20:02:53 +01:00
2025-03-03 12:14:53 +01:00
2025-02-25 17:16:09 +01:00
2025-02-12 00:04:30 +01:00
2025-02-25 17:16:09 +01:00
2025-02-25 17:16:09 +01:00
2025-02-28 12:15:19 +01:00
2025-02-25 17:16:09 +01:00
2025-02-25 17:16:09 +01:00
2025-02-25 17:16:09 +01:00
2025-01-28 14:04:30 +01:00
2025-02-28 12:15:19 +01:00
2024-08-07 19:39:10 +02:00
2025-02-25 17:16:09 +01:00
2025-02-28 12:15:19 +01:00

Function.go

This is the "heart" of the compiler. Each function runs Compile which organizes the source code into an abstract syntax tree that is then compiled via CompileAST. You can think of AST nodes as the individual statements in your source code.