pub fn read_one( file: FileId, src: &str, diags: &mut Diagnostics, ) -> Option<Node>
Read exactly one form; anything after it is an error. Used by tests and by beck ast.
beck ast