⏺ The CI workflow: #1
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
seq-lisp-2-backport
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
navicore/seq-lisp!1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "layout"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Final project structure:
seq-lisp/
├── .github/
│ └── workflows/
│ └── ci.yml # GitHub Actions
├── src/
│ ├── tokenizer.seq
│ ├── parser.seq
│ ├── sexpr.seq
│ ├── eval.seq
│ ├── repl.seq
│ └── test_*.seq
├── examples/
│ └── *.lisp
├── justfile
├── README.md
└── .gitignore