Changes
Features
_
character in integers (E.g. 1_000_000
)Fixes
self
keyword inside statementChanges
Features
Fixes
"
and '
Sabre is now Antimony!
Changes
sb run main.sb
to run a program)Features
Fixes
Documentation
This release introduces the concept of structs, alongside many improvements to the documentation.
Features
Fixes
None
Documentation
This release adds type inference to Antimony. There are also a lot of improvements in terms of documentation. The docs are now at a state that can be considered "usable".
Features
any
typeFixes
Documentation
Fixes
This version introduces a lot of improvements regarding loops and arrays.
Features
break
and continue
statementsDocumentation
Follow-up release that fixes some issues with the published crate.
This release is the first to be published to crates.io. The crate is called antimony-lang.
Features
Fixes
None
Documentation
This release tries to lay the groundwork of a possible C backend.
Features
len()
standard library functionrev()
standard library functionFixes
Documentation
This release adds new vital features to the language.
Features
Direct follow-up release that didn't add or remove anything
Initial release with basic featureset.
Full shortlog
Garrit Franke (74):
Initial commit
Add license
Add curly braces
Parse functions
Fix function parsing
Update math example
Refactor TokenType
Implement return statement
Fix keyword recognition
Fix test compilation
Fix tests and comments
Add variable declarations
Implement returning variables
Pretty print AST output
Add strings
Rename flex -> antimony
Fix example filename
Add parser tests
Add multiple functions test
Add token positions
Add token positions
Allow empty returns
Add x86 generator scaffolding
Generate assembly
Add JS generator
Fix warnings
Implement return generation
Refactor x86 generator
Print result of main for js target
Fix infinite loop when parsing strings
Add CI
Add function arguments
Add function arguments
Tokenize Comma
Fix return with expression
Remove uneeded compount statement
Add math operations
Fix parsing of complex compound expressions
Clean up expression parsing
Refactor function call parsing
Change function declaration syntax
Add greeter example
Add fib example
Add basic conditionals; remove semicolons
Allow multiple statements in if conditional
Add TODO file
Add js generator for variable declarations
Add remaining comparison operators
Add Readme
Add backend-state to README
Add CLI TODO
Add error reporting TODO
Fix typo
Add builds.sr.ht badge
Add basic CLI
Revert "Change function declaration syntax"
Fix production build
Fix examples
Fix readme
Fix compound op with identifier first
Fix fib example
Add conditional else if branch
Generalize block into own statement
Add else branch
Add copyright notices
Fix warnings
Add integer arrays
Clean up error handling
Refactor parser module structure
Fix warnings
Add docs
Add placeholder for documentation
docs: add placeholder for CLI
docs: add placeholders for developers