about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Tokenizer: Support newlines and tabs for stringsBaitinq2025-03-2618-29/+47
* Feature: Add basic support for varargsBaitinq2025-03-2515-16/+21
* Feature: Add "proper" pointer typesBaitinq2025-03-2419-17/+35
* Examples: Add example of interacting with 3rd party libraryBaitinq2025-03-241-0/+14
* Feature: Add initial support for pointersBaitinq2025-03-2416-23/+35
* Feature: Add support for stringsBaitinq2025-03-2420-115/+107
* Parser: Fix ambiguity with symbol declarationBaitinq2025-03-234-17/+33
* Misc: Fix building on linuxBaitinq2025-03-221-1/+0
* Feature: Add initial support for linking external symbolsBaitinq2025-03-224-6/+44
* 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