- Switch to `fasm` assembler - Fix the `name.fa` example - Anotate `name.fa` example even more - Add a check for no code - Start line nunbers from `1` and not `0` - Fix type checking for `sys` - Fix type checking for `drop` - Fix operators in type checking - Add a check for orphaned items on the stack - Switch to 160 being the max-line-length Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
5 lines
68 B
INI
5 lines
68 B
INI
[flake8]
|
|
max-line-length = 160
|
|
|
|
[pycodestyle]
|
|
max-line-length = 160
|