about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Misc: Improve error handlingBaitinq2025-03-212-5/+5
|
* Examples: Add example of linking external symbolBaitinq2025-03-211-0/+7
|
* Misc: Support building on MacOSBaitinq2025-03-211-1/+16
|
* Codegen: Support functions as return valuesBaitinq2025-03-201-11/+62
|
* Examples: Add new function as return exampleBaitinq2025-03-141-0/+11
|
* Codegen: Fix printing of llvm error messagesBaitinq2025-03-121-8/+11
|
* Misc: Link against llvm 20Baitinq2025-03-122-2/+2
|
* Misc: Update zigBaitinq2025-03-122-14/+16
|
* llvm-c: add READMEBaitinq2025-03-121-0/+1
|
* simplify native-llvmBaitinq2025-03-121-133/+126
|
* Merge branch 'master' into native-llvmBaitinq2025-03-1212-155/+257
|\
| * Codegen: Fix bug with functions without nameBaitinq2025-03-112-3/+4
| |
| * Misc: Add READMEBaitinq2025-03-091-0/+50
| |
| * Examples: Add new more complex examplesBaitinq2025-03-092-6/+67
| |
| * Codegen: Fix bug with if statements inside while loopsBaitinq2025-03-092-8/+8
| |
| * Feature: Add support for mod operatorBaitinq2025-03-096-16/+43
| |
| * Feature: Add support for GT and LT operatorsBaitinq2025-03-085-80/+47
| |
| * Codegen: Fix bug with recursive functions as variablesBaitinq2025-03-082-28/+24
| |
| * Codegen: Use alternative way of knowing if we should load function before callBaitinq2025-03-081-3/+1
| |
| * Misc: Remove commentsBaitinq2025-03-071-4/+3
| |
| * Codegen: Fix llvm codegen in macosBaitinq2025-03-041-2/+1
| |
| * Codegen: Fix llvm compilation in macosBaitinq2025-03-042-13/+16
| |
* | Codegen: add bundled llvmBaitinq2025-03-0432-27/+11744
|/
* Codegen: Initialize all llvm targetsBaitinq2025-03-041-5/+8
|
* Codegen: CleanupBaitinq2025-02-251-6/+5
|
* Codegen: Support functions as function paramsBaitinq2025-02-233-35/+97
|
* Misc: Fix llvm error message cleanupBaitinq2025-02-221-1/+1
|
* Parser: Add proper support for type parsingBaitinq2025-02-163-17/+98
|
* Codegen: support bool typeBaitinq2025-02-152-6/+13
|
* 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
|