summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-01-17Merge pull request #61 from pierrec/documentation/READMEZuhaitz
fix minor typo in README.md that breaks the markdown layout
2026-01-17Solved duplicate and modified test script.Zuhaitz Méndez Fernández de Aránguiz
2026-01-17fix minor typo in README.md that breaks the markdown layoutPierre Curto
2026-01-17Fix for #31Zuhaitz Méndez Fernández de Aránguiz
2026-01-17Remove immutability directive.Zuhaitz Méndez Fernández de Aránguiz
2026-01-17Fix for #59Zuhaitz Méndez Fernández de Aránguiz
2026-01-17Improvement for prints inside 'match'.Zuhaitz Méndez Fernández de Aránguiz
2026-01-17Added some more tests.Zuhaitz Méndez Fernández de Aránguiz
2026-01-17Modify codegen to add a dummy member for empty structs.Zuhaitz Méndez Fernández de Aránguiz
2026-01-17Improved struct pointer codegen, template instantiation and docs...Zuhaitz Méndez Fernández de Aránguiz
2026-01-16Added multi-type generics support.Zuhaitz Méndez Fernández de Aránguiz
2026-01-16Removed extra semicolons within the standard lib.Zuhaitz Méndez Fernández de Aránguiz
2026-01-16Support for 'alias' + test. Improved formatting and '.gitignore'.Zuhaitz Méndez Fernández de Aránguiz
2026-01-16Solved error within 'functions/test_attributes.zc'Zuhaitz Méndez Fernández de Aránguiz
2026-01-16Noted portability error in 'functions/test_attributes.zc'.Zuhaitz Méndez Fernández de Aránguiz
2026-01-16Added new workflow for Github ActionsZuhaitz Méndez Fernández de Aránguiz
2026-01-16Modified 'tests_attributes.zc'Zuhaitz Méndez Fernández de Aránguiz
2026-01-16Fixed test.Zuhaitz Méndez Fernández de Aránguiz
2026-01-16Fixed bug related to 'defer' and added some examples.Zuhaitz Méndez Fernández de Aránguiz
2026-01-16Merge pull request #58 from davidscholberg/mainZuhaitz
added *.so to .gitignore
2026-01-15added *.so to .gitignoreDavid Scholberg
This will prevent the plugin objects from showing up as untracked files.
2026-01-16Working on reducing function pollutionZuhaitz Méndez Fernández de Aránguiz
2026-01-15Merge pull request #57 from vitalyster/ci-macZuhaitz
chore: update CI to run on macOS and Ubuntu
2026-01-15refactor: enhance cross-platform compatibility for section attributesVitaly Takmazov
Introduce platform-specific segment name prefixes and suffixes for `__attribute__(section)` based on operating system. On Apple systems, define `SEGMENT_NAME_PREFIX` and `SEGMENT_NAME_SUFFIX` to ensure appropriate handling of section attributes.
2026-01-15chore: update CI to run on macOS and UbuntuVitaly Takmazov
Modify the CI workflow to incorporate a matrix strategy to run build jobs on both macOS (macos-15-intel) and Ubuntu (ubuntu-24.04).
2026-01-15Merge pull request #55 from vitalyster/ciZuhaitz
Initial CI setup
2026-01-15Zen facts now only trigger in clean builds (no errors/warnings).Zuhaitz Méndez Fernández de Aránguiz
2026-01-15Initial CI setupvitalyster
2026-01-15Some docs for plugins, among other things.Zuhaitz Méndez Fernández de Aránguiz
2026-01-15Added pipe operator into the README.mdZuhaitz Méndez Fernández de Aránguiz
2026-01-15Merge pull request #53 from s3k/mainZuhaitz
doc: man pages 1,5,7 added
2026-01-15Merge pull request #54 from thekovic/ternary_readme_fixZuhaitz
README: Fix ternary operator example syntax
2026-01-15Remove duplicate in 'src/lexer/token.c'Zuhaitz Méndez Fernández de Aránguiz
2026-01-15README: Fix ternary operator example syntaxthekovic
2026-01-15doc: man pages 1,5,7 added; generated based on readme file and exampless3k
2026-01-15Merge pull request #45 from OEvgeny/fix/relative-stdZuhaitz
fix: use relative imports in std.zc
2026-01-15Merge pull request #50 from BretasArthur1/mainZuhaitz
feat: add iterative and recursive dfs examples
2026-01-15Fix for bug triggered by #50Zuhaitz Méndez Fernández de Aránguiz
2026-01-15Merge pull request #49 from pepedinho/cli-version-flagZuhaitz
Add `--version` / `-V` flag to zc CLI
2026-01-14Added some of the tests.Zuhaitz Méndez Fernández de Aránguiz
2026-01-14feat: add iterative and recursive dfs examplesBretasArthur1
2026-01-14Added --version flag to zc clipepedinho
2026-01-14Moving from to for improved error handling.Zuhaitz Méndez Fernández de Aránguiz
2026-01-14Merge pull request #44 from melektron/block_commentsZuhaitz
Support for block comments
2026-01-14Changed (non-standard) to a more standard approach with .Zuhaitz Méndez Fernández de Aránguiz
2026-01-14fix: use imports relative to std.zcEugene
2026-01-14Added support for block comments using /* */ syntaxmelektron
2026-01-13Add community section to READMEZuhaitz
Added community section with Discord link for discussions.
2026-01-13Fixed comptime example in README.mdZuhaitz Méndez Fernández de Aránguiz
2026-01-13Merge pull request #39 from Gl1tchs/mainZuhaitz
Added union wrapper for type specific AST members.