Skip to content

Tags: AdeptLanguage/Adept

Tags

Nightly

Toggle Nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed C-style variadic arguments for LLVM 19

v2.7

Toggle v2.7's commit message
Updated insight makefile

v2.6

Toggle v2.6's commit message
Updated copyright year

v2.6-preview-build-feb-22-2022

Toggle v2.6-preview-build-feb-22-2022's commit message
Added condition-less blocks

v2.6-preview-build-dec-2-2021

Toggle v2.6-preview-build-dec-2-2021's commit message
Added WinMain entry test

v2.5

Toggle v2.5's commit message
Merge branch 'master' of https://github.com/IsaacShelton/Adept

v2.5-preview-build-oct-18-2021

Toggle v2.5-preview-build-oct-18-2021's commit message
Merge branch 'master' of https://github.com/IsaacShelton/Adept

archive/2022-03-21-frontend-contextual-naming

Toggle archive/2022-03-21-frontend-contextual-naming's commit message
Partial changes towards "using namespace" solution. Planning to abondon.

v2.4

Toggle v2.4's commit message
Preparing for Adept 2.4 Release

v2.3

Toggle v2.3's commit message
A new version of Adept has been released!

Major Features:
- `__defer__` function auto-generation
- `__pass__` function auto-generation
- `verbatim` keyword to disable auto-generation inside special functions
- Toggle `!!` operator
- Improved runtime null checking when using `--null-checks` / `pragma
null_checks`
- Added `fallthrough` keyword
- Added `repeat static` and `each-in static` loops
- Added support for default arguments
- Added many features to help with compatibility on linux systems
- Added #get meta directive
- Added support for scientific notation
- Added bitwise assignment operators
- Implemented `offsets` in `AnyStructType`
- Added #print_warning and #place_warning
- And more!

Adept 2.3 also supports backwards-compatibility with most programs
written in Adept 2.0 through Adept 2.2.