Skip to content

Commit 4fca5bd

Browse files
committed
Add v0.20251201 release binaries
1 parent e4b720c commit 4fca5bd

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

bin/jnc

-16.1 KB
Binary file not shown.

documentation/docs/system/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Clone the repository, then run `make` in the root. That's it. The compiler is at
88
% make
99
... snip ...
1010
% ./jnc/target/bin/jnc --version
11-
jnc 0.20251130
12-
build_time: 2025-11-30T22:16:24+00:00
13-
commit_hash: 248465e52004191384599f237301bf8a0b61aee3
11+
jnc 0.20251201
12+
build_time: 2025-12-01T01:06:28+00:00
13+
commit_hash: e4b720ce80678bd7a5e5775c988a1930296d0d9b
1414
% echo "pub fn main(){}" | ./jnc/target/bin/jnc
15-
; Compiled with jnc 0.20251130-248465e
15+
; Compiled with jnc 0.20251201-e4b720c
1616
.text
1717
.align 3
1818
... snip ...

documentation/docs/versions/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ A few things remain before 1.0:
1919

2020
## Release History
2121

22-
### Bleeding Edge
22+
[//]: # (### Bleeding Edge)
23+
24+
### `v0.20251201`
2325

2426
Add a `MIN_INTEGER` global.
2527

lib/jstdlib.jnh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ fn puts(char*);
7474
fn read_line();
7575
#![[jnc_restart_line_count]]
7676
int MAX_INTEGER;
77+
int MIN_INTEGER;
7778
fn abs(int);
7879
fn max(int,int);
7980
fn imax(int,int);

lib/jstdlib.o

-16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)