Gipson62

Results 12 issues of Gipson62

# Reworking the Foundation version ([v0.3.1](https://github.com/RedGear-Studio/Atlas77/releases/tag/v0.3.1)) ## 1. Reworking the grammar - [ ] Refactor the existing grammar for clarity and simplicity and to make it easier to parse and...

enhancement

The VM need to be reworked, and the compiler need an assembler for that. The VM reworks need a well-defined calling convention, to work with a light `Vec` instead of...

## v0.5 Phoenix Release Timeline The v0.5 is a complete rewrite of Atlas77, it aligns better with the end goal of the language (see [_Goal of the language_](https://github.com/atlas77-lang/Atlas77/tree/v0.5?tab=readme-ov-file#goal-of-the-language)). > NB:...

Tracker

It should be a relatively simple and dumb type checker, similar to how C's does, it just checks naively if the left-hand side and right-hand side are the same types....

This feature might be split into its own release, because it requires structs & pointers to work