An open API service indexing awesome lists of open source software.

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".

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=