init
This commit is contained in:
28
brainfuck.yml
Normal file
28
brainfuck.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
brainfuck:
|
||||
unicode: true
|
||||
memory_cells: 30000
|
||||
load_dump: 'data_in.bin'
|
||||
save_dump: 'data_out.bin'
|
||||
sorces:
|
||||
- 'example/hw.bf'
|
||||
compiled: 'bin/hw.bfc'
|
||||
lint:
|
||||
- brackets
|
||||
level: 'error'
|
||||
expected: '=1'
|
||||
- operators
|
||||
level: 'warning'
|
||||
expected: '=1'
|
||||
- loop_depth
|
||||
level: 'warning'
|
||||
expected: '<=100'
|
||||
- loop_depth
|
||||
level: 'error'
|
||||
expected: '<=255'
|
||||
- pointer_balance
|
||||
level: 'error'
|
||||
expected: '<0'
|
||||
- pointer_balance
|
||||
level: 'warning'
|
||||
expected: '>30000'
|
||||
|
||||
Reference in New Issue
Block a user