2026-05-05T20:53:46Z - 2026-06-05T20:53:46Z

Overview

1 Active Pull Request
33 Active Issues
Excluding merges, 2 authors have pushed 8 commits to master and 12 commits to all branches. On master, 3275 files have changed and there have been 7961 additions and 1470555 deletions.

1 Pull request merged by 1 user

Merged #68 refactor: modularize parser and AST components 2026-05-27 09:42:43 +03:00

1 Issue closed from 1 user

Closed #35 Asama 0.2 — Add line/column tracking to Lexer 2026-05-27 09:40:33 +03:00

32 Issues created by 1 user

Opened #36 Asama 0.1 — Implement SourceFile and SourceLocation classes 2026-05-26 19:51:33 +03:00

Opened #37 Asama 0.3 — Add SourceLocation to all Token types 2026-05-26 19:51:33 +03:00

Opened #38 Asama 0.4 — Add SourceLocation to all AST nodes 2026-05-26 19:51:33 +03:00

Opened #39 Asama 1.1 — Implement REPL mode (saqut without arguments) 2026-05-26 19:51:47 +03:00

Opened #40 Asama 1.3 — Support -o/--output flag for all commands 2026-05-26 19:51:47 +03:00

Opened #41 Asama 1.2 — Implement stdin reading mode 2026-05-26 19:51:47 +03:00

Opened #42 Asama 2.2 — Add getSourceText() and getSourceRange() to ASTNode 2026-05-26 19:51:59 +03:00

Opened #43 Asama 2.3 — Add --format=dot for AST visualization 2026-05-26 19:51:59 +03:00

Opened #44 Asama 2.1 — Use unique_ptr for token ownership in AST 2026-05-26 19:52:00 +03:00

Opened #45 Asama 3.1 — Implement Symbol struct and SymbolTable class with nested scopes 2026-05-26 19:52:14 +03:00

Opened #46 Asama 3.3 — Report undefined variable errors using SymbolTable 2026-05-26 19:52:15 +03:00

Opened #47 Asama 3.2 — Implement SymbolCollector that populates SymbolTable from AST 2026-05-26 19:52:15 +03:00

Opened #48 Asama 3.4 — Report duplicate definition errors 2026-05-26 19:52:15 +03:00

Opened #49 Asama 4.1 — Implement CompilerConfig struct and --disable-* flags 2026-05-26 19:52:28 +03:00

Opened #50 Asama 4.3 — Implement OptimizationPass interface and OptimizationManager 2026-05-26 19:52:28 +03:00

Opened #51 Asama 4.2 — Disable keywords based on CompilerConfig 2026-05-26 19:52:28 +03:00

Opened #52 Asama 5.1 — Extend IR with control flow, function, and memory opcodes 2026-05-26 19:52:48 +03:00

Opened #53 Asama 6.2 — Implement Dead Code Elimination 2026-05-26 19:52:48 +03:00

Opened #54 Asama 6.3 — Implement Null/Type Check Elimination 2026-05-26 19:52:48 +03:00

Opened #55 Asama 6.1 — Implement Constant Folding optimization 2026-05-26 19:52:48 +03:00

Opened #56 Asama 5.2 — Implement C transpile backend (saqut transpile) 2026-05-26 19:52:48 +03:00

Opened #57 Asama 5.3 — Implement interpreter VM (saqut run execution) 2026-05-26 19:52:48 +03:00

Opened #58 Asama 7.1 — Set up Google Test framework and write initial tests 2026-05-26 19:53:08 +03:00

Opened #59 Asama 8.3 — Create standard library with basic data structures 2026-05-26 19:53:08 +03:00

Opened #60 Asama 8.1 — Full struct support: definition, instantiation, field access 2026-05-26 19:53:08 +03:00

Opened #61 Asama 7.3 — Implement benchmark infrastructure (saqut bench) 2026-05-26 19:53:08 +03:00

Opened #62 Asama 8.2 — Implement array and pointer type support 2026-05-26 19:53:08 +03:00

Opened #63 Asama 7.2 — Snapshot testing for AST/IR/symbol output 2026-05-26 19:53:08 +03:00

Opened #64 Asama 9.2 — Implement built-in test framework (saqut test) 2026-05-26 19:53:24 +03:00

Opened #65 Asama 10.1 — Implement saqut add package manager 2026-05-26 19:53:24 +03:00

Opened #66 Asama 9.1 — Implement saqut init project scaffolding 2026-05-26 19:53:24 +03:00

Opened #67 Asama 11.1 — Write comprehensive language specification 2026-05-26 19:53:25 +03:00