uesteibar / lainoa

A programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `lainoa format` command

uesteibar opened this issue · comments

it expects a list of files

> lainoa format ./*.ln

and it formats those files. The process is simple:

  1. Read the file
  2. Build the ast program
  3. write program.String() to the file

it won't be configurable at all.