0.2.0-alpha
版本发布时间: 2023-03-13 18:43:31
amber-lang/amber最新发布版本:0.3.5-alpha(2024-09-04 19:45:35)
Amber (alpha)
What's Changed
- A2 Feature: Add Readme by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/1
- A8 Feature: Add Statement by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/2
- A9 Feature: Add Block by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/3
- A3 Feature: Add Literal by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/4
- A3 Feature: Add Literal by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/6
- A4 Feature: Add Expression by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/7
- A6 Feature: Add Parenthesis by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/8
- A5 Feature: Add Operators by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/9
- A7 Feature: Add Variables by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/10
- A7 Feature: Add Variables by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/11
- A10 Feature: Add Text Interpolation by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/12
- A14 Feature: Add Command by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/13
- A11 Feature: Create type constraints to the operators by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/14
- A13 Feature: Create a TranslationModule trait for translating SyntaxModules by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/15
- A16 Feature: Create a CLI module to run Amber from command line by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/16
- A20 Fix: Disable interpolation values that are already interpolated by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/17
- A21 Feature: Create unit tests by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/18
- A22 Feature: Add Comment by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/19
- A12 Feature: Create If statements by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/20
- A17 Feature: Create an installer for Amber by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/21
- A31 Feature: Add linter Clippy by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/22
- A32 Fix: Nested command evaluation by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/23
- A18 Feature: Add short hand operators by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/24
- A29 Feature: Add singleline if statements by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/25
- A27 Feature: Add ternary expression by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/26
- A33 Feature: Add simple loop by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/27
- A36 Feature: Use ternary expressions in the installer by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/28
- A28 Feature: Add modulo operator by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/29
- A41 Feature: Add functions by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/30
- A45 Feature: Functions shall have local variables by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/31
- A42 Feature: Create complex functions by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/32
- A38 Feature: Simple Importing System by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/33
- A52 Feature: Prettify Nested Function Translation by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/34
- A50 Feature: Break down CLI into Compiler by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/35
- A40 Feature: Add main block by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/36
- A61 Fix: Handle Warnings by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/37
- A54 Create Standard Library by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/38
- A63 Fix: Sort Imports by dependencies by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/39
- A64 Fix: Amber imports must be namespaced by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/40
- A65 Feature: Add named function Imports by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/41
- A65 Feat: Add named function Imports by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/42
- A66 Add replace function to the STD by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/43
- A51 Optimize the way we store function body by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/44
- A68 Create public file importing by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/45
- A67 Update Readme with grammar fixes by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/46
- A70 Mutable references and return statement by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/47
- A47 Add an Array by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/48
- A60 Add loops with iterators by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/49
- A59 Add range by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/50
- A69 Null value by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/51
- A74 Add Type Casting by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/52
- A26 Force programmers to handle shell command and function failures by @Ph0enixKM in https://github.com/Ph0enixKM/Amber/pull/53
New Contributors
- @Ph0enixKM made their first contribution in https://github.com/Ph0enixKM/Amber/pull/1
Full Changelog: https://github.com/Ph0enixKM/Amber/commits/0.1.2-alpha
1、 amber_linux_aarch64 15.34MB
2、 amber_linux_x86_64 14.62MB
3、 amber_macos_aarch64 1.65MB
4、 amber_macos_x86_64 1.67MB