File tree Expand file tree Collapse file tree 1 file changed +80
-0
lines changed Expand file tree Collapse file tree 1 file changed +80
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All the Orion changes will be written here
4
+
5
+ # 0.1.0-alpha | 31/01/2021
6
+
7
+ ## Added
8
+
9
+ ### CLI
10
+
11
+ - Repl
12
+ - Debug mode
13
+ - File running
14
+
15
+ ### STD
16
+
17
+ - fs: exists ?
18
+ - import
19
+ - assert
20
+ - print
21
+ - eprint
22
+ - puts
23
+ - eputs
24
+ - object
25
+ - list
26
+ - push
27
+
28
+ ### Types
29
+
30
+ - int
31
+ - string
32
+ - float
33
+ - function
34
+ - list
35
+ - object
36
+
37
+
38
+ ### Core
39
+
40
+ - define
41
+ - var
42
+ - set
43
+ - lambda
44
+ - if
45
+ - while
46
+ - arithmetic (+ / - * %)
47
+ - boolean ( ! & | != = < <= >= >)
48
+
49
+ # 0.1.2-alpha | 01/02/2021
50
+
51
+ ## Added
52
+
53
+ ### CLI
54
+
55
+ - Improved repl with rustyline
56
+
57
+ ### fs
58
+
59
+ - fs: readFile
60
+ - fs: writeFile
61
+ - fs: readDir
62
+
63
+ ### sys
64
+
65
+ - sys: exec
66
+ - sys: breakpoint
67
+ - sys: exit
68
+ - sys: args
69
+
70
+ ### collections
71
+
72
+ - slice
73
+ - pop
74
+ - foreach
75
+ - index
76
+ - length
77
+
78
+ ### Core
79
+
80
+ - Macros
You can’t perform that action at this time.
0 commit comments