Skip to content

Commit

Permalink
Capture initial syntactics materials, related to #8 and #14
Browse files Browse the repository at this point in the history
Capture materials and work items related to the development of grammar
and interpretation for ob-exp and beyond.
  • Loading branch information
Dennis Hamilton committed Jan 31, 2018
1 parent 054b6a8 commit 119bfa2
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 5 deletions.
71 changes: 71 additions & 0 deletions models/Syntactics/Syntactics.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
Syntactics.txt 0.0.0 UTF-8 dh:2018-01-31

The Miser Project Code
======================

<https://github.com/orcmid/blob/master/models/Syntactics/Syntactics.txt>

DEPICTION, ENGINEERING, AND VERIFICATION OF COMPUTATION

GRAMMAR AND INTERPRETATION SPECIFICATIONS
-----------------------------------------

Synopsis TBD



BIBLIOGRAPHY

References TBD

MANIFEST

Syntactics.txt
this synopsis, manifest and job-jar file

ob-exp-0.0.1-2018-01-28-1526-BNF.png
character-set-preserving capture of the summary grammar for oFrugal
ob-exp expression of ob computations, developed and presented at
<https://github.com/orcmid/miser/blob/master/oMiser/ob-exp.txt> and
<https://github.com/orcmid/miser/issues/8#issuecomment-361106826>

ob-exp-0.0.2-2018-01-29-2134-BNF.png
0.0.2 ob-exp.txt correction of typos detected by Roman Susi (@rnd0101)
at <https://github.com/orcmid/miser/issues/14#issuecomment-361385492>.


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Copyright 2018 Dennis E. Hamilton

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

TODO

* Find good reference on BNF and its ALGOL-memorializtion.

* Include the Interpretation formalism and its connection with attribute
grammars.

* Tie in with diagnostics and the idea of not producing the result until
the syntax of an input has been verified. This might spin out into
an engineering topic.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

0.0.0 2018-01-31-09:33 Placeholder with initial capture of syntactics materials
that summarize the ob-exp grammar.

***** end of Syntactics.txt *****
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 8 additions & 5 deletions models/models.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
models.txt 0.0.0 UTF-8 dh:2017-11-15
models.txt 0.0.1 UTF-8 dh:2018-01-31

The Miser Project Code
======================
Expand All @@ -18,13 +18,16 @@ MANIFEST

Bratman/
development of Bratman diagrams for depiction of computational
behavior in context of what the computation is and what it is for
and how manifest
behavior in context of what the computation is, what it is for,
and how that is made manifest

Syntactics/
grammar notations/diagrams, their applications, and connection
with interpretation and parsing

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Copyright 2017 Dennis E. Hamilton
Copyright 2018 Dennis E. Hamilton

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -54,7 +57,7 @@ TODO

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


0.0.1 2018-01-31-08:50 Add Syntactics/ to the manifest.
0.0.0 2017-11-15-14:16 Create placeholder and initial job jar for the
introduction of diagrammatic models important to the Miser Project
and TROSTing.
Expand Down

0 comments on commit 119bfa2

Please sign in to comment.