issues
search
keith-packard
/
snek
Snek programming language for tiny systems
GNU General Public License v3.0
294
stars
30
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update avr bits for new compiler
#100
keith-packard
closed
2 days ago
0
Bring math, random and time symbols into global namespace
#99
keith-packard
opened
3 weeks ago
0
Share prngs across all devices
#98
keith-packard
closed
3 weeks ago
0
.github: Cache Dockerfile
#97
keith-packard
closed
3 weeks ago
0
.github: Update actions to current versions
#96
keith-packard
closed
3 weeks ago
0
build(deps): bump docker/setup-buildx-action from 1 to 3
#95
dependabot[bot]
closed
3 weeks ago
1
build(deps): bump actions/cache from 2 to 4
#94
dependabot[bot]
closed
3 weeks ago
1
build(deps): bump actions/checkout from 2 to 4
#93
dependabot[bot]
closed
3 weeks ago
1
build(deps): bump docker/build-push-action from 2 to 6
#92
dependabot[bot]
closed
3 weeks ago
1
build(deps): bump actions/upload-artifact from 2 to 4
#91
dependabot[bot]
closed
3 weeks ago
1
Ignore 'from <name> import *' commands
#90
keith-packard
closed
3 weeks ago
0
Snek 1.9 for Windows doesn't seem to support curses and stdscr
#89
mobluse
opened
4 months ago
0
All modules should automatically be from module import *
#88
mobluse
opened
5 months ago
11
When using curses.initscr() printing to screen doesn't work
#87
mobluse
opened
5 months ago
1
Size Deails please
#85
PythonLinks
closed
5 months ago
2
compilation fails on Picolibc semihosting for qemu-arm
#84
sanyaade-teachings
closed
1 year ago
2
Create devcontainer.json
#83
ergoweb-zz
closed
1 year ago
0
Minimal porting instructions?
#82
SonoSooS
opened
1 year ago
0
Snekboard manual needs an update
#81
dolmen
closed
1 year ago
1
RISC-V support like CH32V003 MCU
#78
dfsxn
opened
1 year ago
1
Asciidoctor update
#77
keith-packard
closed
1 year ago
0
Allow only one optional parameter to 'input'
#76
keith-packard
closed
1 year ago
0
inconsistency questions
#75
incanus
closed
1 year ago
2
Note additional build dependencies
#74
keith-packard
closed
1 year ago
0
Store most recent repl value in '_'
#73
keith-packard
closed
1 year ago
0
underscore variable?
#72
incanus
closed
1 year ago
1
extra build dependencies
#71
incanus
closed
1 year ago
0
ports/posix: Allow building with -static, skipping readline
#70
keith-packard
closed
1 year ago
0
Support older picolibc (< 1.6)
#69
keith-packard
closed
1 year ago
0
Support for small-sized STM32 variants?
#68
mirko
opened
1 year ago
5
Link to mailinglist returns 403 "Forbidden"
#67
mirko
opened
1 year ago
2
Return '' when just <nl> is provided to 'input'
#66
keith-packard
closed
1 year ago
0
Cannot compile /snek/ports/crickit in Debian Bullseye Linux
#65
mobluse
closed
1 year ago
1
input() of empty string results in None instead of ''
#64
mobluse
closed
1 year ago
1
Z80 version of Snek?
#63
mchobby
opened
2 years ago
11
Add some more details about build requirements in README.md
#62
keith-packard
closed
2 years ago
0
build fails with ../../snek-gram.ll:258:5: error: ‘for_depth’ undeclared
#61
fanoush
closed
2 years ago
5
Upstream https://keithp.com/cgit/apps.git/?
#60
xiaoxiang781216
closed
2 years ago
1
Version 1.8
#59
keith-packard
closed
2 years ago
0
snek-arm fails on s390x with qemu >6.1
#58
cpaelzer
closed
2 years ago
4
Add Lilypad support
#57
keith-packard
closed
2 years ago
0
.github: Switch back to vanilla debian qemu
#56
keith-packard
closed
2 years ago
0
test: Add 'assert' to check in pass-while tests
#55
keith-packard
closed
2 years ago
0
Allow 3 * 'a' as well as 'a' * 3
#54
keith-packard
closed
2 years ago
0
If a and b are strings then a+(3*b) gives "<stdin>:4 type mismatch"
#53
mobluse
closed
2 years ago
1
The pass-while* tests could be improved
#52
mobluse
closed
2 years ago
0
Correct stack usage during chained comparison operations
#51
keith-packard
closed
2 years ago
0
Error if you do print(1 == 2 != 0), but no error for print((1 == 2) != 0) or print(1 == (2 != 0))
#50
mobluse
closed
2 years ago
1
Accept missing newline at end of file
#49
keith-packard
closed
2 years ago
0
Add bigger duemilanove and uno ports
#48
keith-packard
closed
2 years ago
0
Next