#!/bin/bash echo 'package ast' > ast/stdast.go echo 'var StdAst = &LiteralNull{}' >> ast/stdast.go