unison-code / unison

Unison's source code
http://unison-code.github.io/
Other
101 stars 17 forks source link

uni import: parse error #27

Closed matsc-at-sics-se closed 6 years ago

matsc-at-sics-se commented 6 years ago

Does not seem to like temp syntax "%not.".

uni import spio_allocator.mir -o spio_allocator.uni --target=X86 --maxblocksize=50 --goal=speed --copyremat --lint
uni: error parsing body of 'spio_init_allocator':
(line 52, column 1):
unexpected ' '
expecting "bb." or end of input
[spio_allocator.mir.txt](https://github.com/unison-code/unison/files/1763559/spio_allocator.mir.txt)
matsc-at-sics-se commented 6 years ago

Red herring, ignore!