Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Proost
Manage
Activity
Members
Labels
Plan
Issues
33
Issue boards
Milestones
Code
Merge requests
18
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
loutr
Proost
Commits
113d85f0
Verified
Commit
113d85f0
authored
2 years ago
by
loutr
Browse files
Options
Downloads
Patches
Plain Diff
doc(all): add Proost logo
parent
92e4a1ae
No related branches found
Branches containing commit
No related tags found
1 merge request
!43
Resolve "Preparations for the first release"
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
kernel/src/lib.rs
+4
-0
4 additions, 0 deletions
kernel/src/lib.rs
parser/src/lib.rs
+4
-0
4 additions, 0 deletions
parser/src/lib.rs
proost/src/main.rs
+3
-0
3 additions, 0 deletions
proost/src/main.rs
with
11 additions
and
0 deletions
kernel/src/lib.rs
+
4
−
0
View file @
113d85f0
#![doc(
html_logo_url
=
"https://gitlab.crans.org/loutr/proost/-/raw/48-first-release-preparations/docs/media/logo.png"
)]
//! A kernel for the calculus of constructions.
//!
//! Terms can be built with functions from the [`term`] module. This module also provides essential
...
...
This diff is collapsed.
Click to expand it.
parser/src/lib.rs
+
4
−
0
View file @
113d85f0
#![doc(
html_logo_url
=
"https://gitlab.crans.org/loutr/proost/-/raw/48-first-release-preparations/docs/media/logo.png"
)]
//! Fast parser for λ-terms and commands using pest.
//! Provides functions to parse files and single commands.
...
...
This diff is collapsed.
Click to expand it.
proost/src/main.rs
+
3
−
0
View file @
113d85f0
#![doc(
html_logo_url
=
"https://gitlab.crans.org/loutr/proost/-/raw/48-first-release-preparations/docs/media/logo.png"
)]
#![feature(let_chains)]
mod
error
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment