blob: 2f9af09543cc7c8bde86485cd6e13fc3cb87feaa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PONG
- foreign function
- constructors? ({.x = }-ish)
- foreign structs
- graphics api
- parse input
BACKLOG
- Dåliga typfelmedelanden
LESS, ADD ...
- +=, -=, ...
- constanter
- initializers
- infinet loops
- default initalization
- std-lib
- vectorer
- (1, 2) + (3, 4) = (4, 6)
- bättre rust functions länkning
- listor
- set
- escape newline
- variable not found in outer scope - SHould crash not infinet loop
- Show stack values affected
- Debugmode -- ensure stack semantics (like pop2)
- else -- syntax highlight
- automatic epsilon on floats
|