https://github.com/inge4pres/codingbunker-zig-meetup
Slides and code used for the CodingBunker meetup: "Zig: Cosa, Come e Perche".
https://github.com/inge4pres/codingbunker-zig-meetup
software-engineering zig
Last synced: about 1 month ago
JSON representation
Slides and code used for the CodingBunker meetup: "Zig: Cosa, Come e Perche".
- Host: GitHub
- URL: https://github.com/inge4pres/codingbunker-zig-meetup
- Owner: inge4pres
- Created: 2025-01-09T08:41:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T21:46:19.000Z (about 1 year ago)
- Last Synced: 2025-10-11T04:55:15.728Z (5 months ago)
- Topics: software-engineering, zig
- Language: Zig
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Zig: cosa, come e perche
> [!NOTE]
> Contenuto in Italiano 🇮🇹
[Evento](https://www.meetup.com/coding-bunker/events/305132937/) | [Slides](https://docs.google.com/presentation/d/1y_JUGrq0Ty0m3w7ek9QgpoZWM4o7ddgVe39tWQmyioY/edit?usp=sharing)
Questo progetto usa [Zig 0.13](https://ziglang.org/download/#release-0\.13\.0)
### Eseguire i tests
Per vedere in azione il codice mostrato durante il talk:
```shell
zig build test
```
```shell
zig test src/syntax.zig
zig test src/comptime.zig
```
E' possibile (compilare ed) eseguire tests in isolamento aggiungendo il parametro `--test-filter=