Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List all test codes #3

Open
20 of 21 tasks
k-okada opened this issue May 9, 2018 · 0 comments
Open
20 of 21 tasks

List all test codes #3

k-okada opened this issue May 9, 2018 · 0 comments

Comments

@k-okada
Copy link
Member

k-okada commented May 9, 2018

c.f. Common Lisp Specification https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node1.html

  1. DataTypes (Numbers, Characters, Symbols, Lists and Conses, Arrays, Hash Tables, Readtables, Packages, Pathnames, Streams, Random-States, Structures, Functions, Unreadable Data Objects, Overlap, Inclusion and Disjointness of Types)

  2. Scope and Extent

  3. Type specifiers

  4. Program Structure (Forms, Functions, Top-Level Forms)

  5. Predicates (Logical Values, Data Type Predicates, Equality Predicates, Logical Operators)

  6. Control Structure (Constants and Variables, Generalized Variables, Function Invocation, Simple Sequencing, Establishing New Variable Bindings, Conditions, Blocks and Exists, Iteration, Structure Traversal and Side Effects, Multiple Values, Dynamic Non-Local Exists)

  • eval-and-compile
  • data-and-control-flow
  • iteration
  • conditions
  1. Macros
  • environment
  1. Declarations

  2. Symbols

  • symbols
  1. Packages
  • packages
  1. Numbers
  • numbers
  • random
  1. Characters
  • characters
  1. Sequences
  • sequences
  1. Lists
  • cons
  1. Hash Tables
  • hash-tables
  1. Arrays
  • arrays
  1. Strings
  • strings
  1. Structures
  • structures
  1. The Evaluator

  2. Streams

  • streams
  1. Input/Output
  • printer
  • reader
  1. File System Interface
  • pathnames
  • files
@k-okada k-okada mentioned this issue May 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant