about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Codegen: start supporting types for function paramsBaitinq2025-02-158-11/+19
* Codegen: depend on libc for entrypointBaitinq2025-02-151-21/+0
* Codegen: print verification messageBaitinq2025-02-151-1/+4
* Feature: Introduce initial support for function return typesBaitinq2025-02-1518-32/+42
* Examples: Update initial example with typesBaitinq2025-02-141-1/+1
* Codegen: Fix bug when reassigning variablesBaitinq2025-02-141-2/+8
* Codegen: CleanupBaitinq2025-02-132-65/+47
* Misc: Cleanup commentsBaitinq2025-02-121-3/+0
* Codegen: Properly support global varsBaitinq2025-02-121-2/+18
* Codegen: Fix bug with function as variablesBaitinq2025-02-122-4/+0
* Codegen: Dont alloca for function definitionsBaitinq2025-02-121-1/+1
* Misc: Update flakeBaitinq2025-02-121-12/+12
* Codegen: Fix generating function paramsBaitinq2025-02-122-9/+21
* Misc: Update flakeBaitinq2025-02-111-47/+13
* Misc: Add TODOsBaitinq2025-02-115-5/+13
* Codegen: Fix generating binop expressionsBaitinq2025-02-112-13/+17
* Codegen: Fix generating unary expressionsBaitinq2025-02-111-10/+24
* Codegen: Fix generating equality expressionsBaitinq2025-02-111-4/+11
* Evaluator: Add "printb" functionBaitinq2025-02-101-1/+1
* Codegen: Implement while statement and fix additionBaitinq2025-02-102-9/+43
* Codegen: Fix SSA variable declarationBaitinq2025-02-102-15/+42
* Codegen: Random fixesBaitinq2025-02-051-4/+2
* Codegen: "Support" booleansBaitinq2025-02-042-28/+96
* Codegen: Support anonymous functionsBaitinq2025-02-041-8/+14
* Codegen: Fix verifier errors and ensure verifier runsBaitinq2025-02-041-7/+16
* Codegen: Prepare for module verifyingBaitinq2025-02-041-0/+3
* Codegen: Support recursive functionsBaitinq2025-02-041-12/+19
* Codegen: Add errdefers for debuggingBaitinq2025-02-021-0/+6
* Codegen: Support mul,div,sub and cmpBaitinq2025-02-021-3/+50
* Codegen: Support if statementsBaitinq2025-02-021-0/+23
* Codegen: Handle function parametersBaitinq2025-02-011-6/+24
* Codegen: Start handling global variablesBaitinq2025-01-312-5/+12
* Codegen: Fix function as variablesBaitinq2025-01-312-13/+80
* Misc: Fix incorrect codegen error logBaitinq2025-01-301-11/+13
* Codegen: Fix bug calling printfBaitinq2025-01-302-8/+6
* Codegen: Get addition kind of workingBaitinq2025-01-301-6/+10
* Codegen: CleanupBaitinq2025-01-303-64/+60
* Examples: Add future types exampleBaitinq2025-01-302-0/+20
* Examples: Fix example 2Baitinq2025-01-302-1/+2
* Codegen: Support function calls in return statementBaitinq2025-01-303-10/+9
* Codegen: Get function declaration/calling kind of workingBaitinq2025-01-302-25/+40
* Codegen: Support identifiers in return expressionsBaitinq2025-01-292-4/+8
* Codegen: Support variable reassignmentBaitinq2025-01-292-39/+23
* Codegen: Get variable declarations kind of workingBaitinq2025-01-292-19/+38
* Codegen: Get printf workingBaitinq2025-01-282-6/+43
* Codegen: CleanupBaitinq2025-01-271-7/+6
* Codegen: Get the most basic ever example compilingBaitinq2025-01-273-16/+78
* Codegen: Start working on actual AST codegenBaitinq2025-01-272-14/+70
* Misc: Update gitignoreBaitinq2025-01-271-0/+1
* Codegen: PoC use _startBaitinq2025-01-271-1/+1