This repository was archived by the owner on Jun 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
---
3
3
4
+ # [ 1.3.0] ( https://github.com/arxlang/arx/compare/1.2.0...1.3.0 ) (2022-04-25)
5
+
6
+
7
+ ### Features
8
+
9
+ * ** flags:** Add --show-ir flag ([ #31 ] ( https://github.com/arxlang/arx/issues/31 ) ) ([ efeb799] ( https://github.com/arxlang/arx/commit/efeb799d0ba9c3330f64c0e0e4628ec8b8d469f7 ) )
10
+
4
11
# [ 1.2.0] ( https://github.com/arxlang/arx/compare/1.1.1...1.2.0 ) (2022-03-27)
5
12
6
13
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "ArxLang"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = "1.2 .0" # semantic-release
41
+ PROJECT_NUMBER = "1.3 .0" # semantic-release
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ auto sys_getchar() -> char {
30
30
// declared by lexer.h
31
31
getchar_ptr arx_getchar = &sys_getchar;
32
32
33
- std::string ARX_VERSION = " 1.2 .0" ; // semantic-release
33
+ std::string ARX_VERSION = " 1.3 .0" ; // semantic-release
34
34
std::string OUTPUT_FILE{" output.o" };
35
35
36
36
auto main (int argc, const char * argv[]) -> int {
Original file line number Diff line number Diff line change 1
1
{% set name = "arx" %}
2
- {% set version = "1.2 .0" %} # semantic-release
2
+ {% set version = "1.3 .0" %} # semantic-release
3
3
{% set llvm_version = "13.*" %}
4
4
5
5
package :
You can’t perform that action at this time.
0 commit comments