mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
renamed to vbeautify, added makefile. -- noch
This commit is contained in:
parent
e6532bfe23
commit
1e15d47936
2 changed files with 6 additions and 2 deletions
4
src/tools/beautifier/makefile
Normal file
4
src/tools/beautifier/makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
VOC = /opt/voc/bin/voc
|
||||
|
||||
all:
|
||||
$(VOC) -m vbeautify.Mod
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
MODULE Beautifier;
|
||||
MODULE vbeautify;
|
||||
|
||||
IMPORT Oberon, Out, Strings, Texts;
|
||||
|
||||
|
|
@ -755,4 +755,4 @@ BEGIN
|
|||
Texts.OpenBuf(b);
|
||||
InitHashTable;
|
||||
Beautify
|
||||
END Beautifier.
|
||||
END vbeautify.
|
||||
Loading…
Add table
Add a link
Reference in a new issue