Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# CHANGELOG

## [Unreleased]

### Added

- We are introducing the `env!()` directive to be able to call the shell from within our scripts. Inherently the language does not have a way to interact with the filesystem or network, so this is a way to get around that limitation.

### Changed

- The translation is lost for types like bool which when say using Swahili, they are parsed as `kweli` and `uongo` but evaluate to `true` and `false` respectively. This is a breaking change.
- The swahili translation changes from `bool` to `bulin`.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "speak"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = """Speak is an experimental programming language that aims to have configurable keywords. \
This is to allow for the use of any written human language as preferred by the programmer."""
Expand Down