about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Feature: Add support for break statementBaitinq2025-05-124-5/+31
|
* boostrap: tokenizer: cleanBaitinq2025-05-121-10/+25
|
* std: Add strcmpBaitinq2025-05-121-0/+24
|
* Feature: Add support for GE and LE comparisonsBaitinq2025-05-113-2/+26
|
* Bootstrap: cleanupBaitinq2025-05-112-46/+50
|
* Codegen: Fix: Don't change underlying type if dereferenceBaitinq2025-05-101-2/+4
|
* Codegen: Support declaring functions multiple timesBaitinq2025-05-102-21/+20
|
* Feature: Add initial stdlibBaitinq2025-05-103-14/+29
|
* Codegen: Add varags hack for use in paramsBaitinq2025-05-101-0/+1
|
* Feature: Support returning void from functionsBaitinq2025-05-104-12/+17
|
* Examples: Add example sorting arrayBaitinq2025-05-102-1/+77
|
* Feature: Add support for importsBaitinq2025-05-107-16/+101
|
* Misc: Add gitattributesBaitinq2025-05-101-0/+1
|
* 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
|