Skip to content

Commit 082290b

Browse files
committed
Add name and version constants.
1 parent c14ce79 commit 082290b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/bbs-lisp.ads

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ with Abstract_State => (pvt_exit_flag, pvt_break_flag, pvt_string_table,
1515
pvt_msg_flag, pvt_first_char_flag,
1616
output_stream, input_stream) is
1717
--
18+
-- Identification
19+
--
20+
name : constant string := "Tiny Lisp";
21+
version_string : constant string := "V00.02 - 2021-Mar-31";
22+
version_number : constant Integer := 2;
23+
version_date : constant Integer := 20210331; -- yyyymmdd
24+
--
1825
-- Define the basic types used.
1926
--
2027
-- Sizes for the global data structures. These can be adjusted as needed.

0 commit comments

Comments
 (0)