issues
search
Neat-Lang
/
neat
The Neat Language compiler. Early beta?
BSD 3-Clause "New" or "Revised" License
111
stars
9
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
cast long to double/float
#75
unereal
opened
5 months ago
0
cast double to long
#74
unereal
closed
5 months ago
1
writing scientifico number
#73
unereal
closed
5 months ago
1
Something fishy is going on with overloads involving private symbols
#71
FeepingCreature
closed
6 months ago
1
Building Neat fails with "file name too long"
#70
apahl
closed
7 months ago
5
Confusing compiler error when you write `auto mut a`
#69
rsaarelm
closed
7 months ago
2
Internal compiler error if you have an unparenthesized brace block in a case expression
#68
rsaarelm
closed
7 months ago
1
Make fields that are part of public API show up in generated documentation
#67
rsaarelm
opened
8 months ago
0
Allow suppressing end-of-line newline in string literals with a trailing backslash
#66
rsaarelm
closed
8 months ago
3
stdlib: readback fn captures stdout but still echoes out stderr from the shell call to our program's stderr
#65
rsaarelm
opened
8 months ago
1
Allow scoped extern(C) declarations
#64
rsaarelm
opened
8 months ago
1
Support `/// Text` as an alternative doc comment format
#63
rsaarelm
opened
8 months ago
1
stdlib: Wrap thread `sleep` function, the C version can pretty much be used as is
#62
rsaarelm
closed
8 months ago
1
stdlib: Wrap C strptime function for parsing timestamps
#61
rsaarelm
opened
8 months ago
1
stdlib: Function to get `long` unix time integer for current time
#60
rsaarelm
opened
8 months ago
1
stdlib: Version of readback that returns error code when the system command fails
#59
rsaarelm
opened
8 months ago
1
stdlib: Print function that doens't emit newline
#58
rsaarelm
opened
8 months ago
1
Syntax question: Idiomatic histograms
#57
rsaarelm
opened
8 months ago
1
Write an example actually using argparse parser for a regular command-line program
#56
rsaarelm
opened
8 months ago
0
Compiler binary should report its version
#55
rsaarelm
closed
8 months ago
1
Append-to-file operation in stdlib
#54
rsaarelm
opened
8 months ago
1
Built-in method for reversing an array in stdlib
#53
rsaarelm
closed
8 months ago
1
Compiler internal error from assert comparing array variable to []
#52
rsaarelm
closed
8 months ago
1
Compiling with `--unittest` activates stdlib unit tests as well, which might not be able to run for a local project
#51
rsaarelm
closed
8 months ago
1
Symbol import quietly fails and does not introduce symbol binding if imported symbol isn't found
#50
rsaarelm
closed
8 months ago
1
Update demos to work with 0.7
#49
wilsonk
closed
8 months ago
4
TODO: make a Dockerfile that targets a stable Ubuntu, like 16 or 20.
#48
FeepingCreature
opened
8 months ago
0
2f is not valid syntax
#47
FeepingCreature
closed
8 months ago
1
floating point literals don't implicitly convert to float
#46
FeepingCreature
closed
8 months ago
1
String interpolation improvement
#45
dejlek
closed
9 months ago
1
You should be able to return Error from unittest blocks
#44
FeepingCreature
opened
9 months ago
0
Empty output
#43
ghost
closed
9 months ago
1
Cache file/line records in the LLVM backend
#42
FeepingCreature
opened
10 months ago
0
improve debuginfo
#41
FeepingCreature
opened
10 months ago
0
built-in type properties (int.max, etc) are missing
#40
FeepingCreature
opened
10 months ago
1
Crash when using directory instead of file name for compilation
#39
wilsonk
closed
10 months ago
1
Gtkdemo not working
#38
wilsonk
closed
10 months ago
2
add c functions
#37
ghost
closed
10 months ago
1
Minor fixes after mutability restrictions in early Jan
#36
wilsonk
closed
10 months ago
4
Advent/day24.nt erro
#35
wilsonk
closed
10 months ago
2
Checked / Typed Exceptions break composition - replace with a single Runtime Exception type and more sophisticated error management
#34
divyekapoor
closed
10 months ago
6
Convert single class inheritance to composition
#33
divyekapoor
opened
10 months ago
3
Check for llvm15 linux path
#32
jinyus
closed
11 months ago
0
Hybrid RC and GC
#29
nordlow
closed
1 year ago
1
Confusing error caused by `return` without a semicolon
#28
dbohdan
closed
1 year ago
2
Can't use sockets because glibc requires recursive header import
#27
dbohdan
closed
1 year ago
4
Add quine demo
#26
dbohdan
closed
1 year ago
2
v0.2.2 build error
#25
ghost
closed
1 year ago
11
Struct copy semantics
#23
FeepingCreature
closed
1 year ago
1
Struct constructor doesn't require initialization of class reference
#21
ntrel
opened
1 year ago
5
Next