about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Codegen: Don't rely on llvm typesBaitinq2025-05-101-85/+73
|
* Examples: Fix example 16Baitinq2025-05-091-1/+1
|
* Codegen: Simplify by not tracking llvm typeBaitinq2025-05-041-52/+69
|
* Codegen: Fix regression with additionsBaitinq2025-05-041-3/+0
|
* Codegen: Verify module before outputing irBaitinq2025-05-041-6/+6
|
* Flake: Add valgrind dependencyBaitinq2025-05-041-0/+1
|
* Examples: Add expected stdout and exit codeBaitinq2025-05-0424-1/+269
|
* Bootstrap: Iterate charsBaitinq2025-04-101-8/+33
|
* Codegen: Improve tracking of node typesBaitinq2025-04-102-31/+59
|
* Bootstrap: start bootstrapping implementationBaitinq2025-04-081-0/+34
|
* Examples: Add example creating arrayBaitinq2025-04-071-0/+29
|
* Feature: Add char type and support underlying pointer valuesBaitinq2025-04-065-4/+117
|
* Codegen: Fix GEP typeBaitinq2025-04-022-3/+2
|
* Feature: Start adding support for assigning to pointers with arithmeticBaitinq2025-04-014-43/+58
|
* Evaluator: Remove evaluatorBaitinq2025-04-012-411/+15
|
* Codegen: Start supporting pointer arithmeticBaitinq2025-04-012-2/+26
|
* Feature: Add basic support for pointer references and dereferencesBaitinq2025-03-295-17/+70
|
* Codegen: Support void typeBaitinq2025-03-261-0/+1
|
* 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
|
* simplifyBaitinq2025-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
|/