aboutsummaryrefslogtreecommitdiff
path: root/src/boot/ast.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/ast.boot')
-rw-r--r--src/boot/ast.boot13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/boot/ast.boot b/src/boot/ast.boot
index b37992de..d6fcc111 100644
--- a/src/boot/ast.boot
+++ b/src/boot/ast.boot
@@ -1,6 +1,6 @@
-- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
-- All rights reserved.
--- Copyright (C) 2007-2016, Gabriel Dos Reis.
+-- Copyright (C) 2007-2022, Gabriel Dos Reis.
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
@@ -198,17 +198,6 @@ bfEqual: %Form -> %Form
bfEqual(name) ==
["EQUAL",name]
-bfBracket: %Thing -> %Thing
-bfBracket(part) ==
- part
-
-bfPile: %List %Form -> %List %Form
-bfPile(part) ==
- part
-
-bfDo x ==
- x
-
bfAtScope(s,x) ==
["LET",[["*PACKAGE*",s]],x]