Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9348752
mizar.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
mizar.js
View Options
/*
Language: Mizar
Description: The Mizar Language is a formal language derived from the mathematical vernacular.
Author: Kelley van Evert <kelleyvanevert@gmail.com>
Website: http://mizar.org/language/
Category: scientific
*/
function
mizar
(
hljs
)
{
return
{
name
:
'Mizar'
,
keywords
:
'environ vocabularies notations constructors definitions '
+
'registrations theorems schemes requirements begin end definition '
+
'registration cluster existence pred func defpred deffunc theorem '
+
'proof let take assume then thus hence ex for st holds consider '
+
'reconsider such that and in provided of as from be being by means '
+
'equals implies iff redefine define now not or attr is mode '
+
'suppose per cases set thesis contradiction scheme reserve struct '
+
'correctness compatibility coherence symmetry assymetry '
+
'reflexivity irreflexivity connectedness uniqueness commutativity '
+
'idempotence involutiveness projectivity'
,
contains
:
[
hljs
.
COMMENT
(
'::'
,
'$'
)
]
};
}
module
.
exports
=
mizar
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jul 4 2025, 6:47 PM (5 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3319711
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment