Skip to content

Commit

Permalink
more minor documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
RolfSander committed May 20, 2022
1 parent e29f90f commit 0512334
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/tech_info/08_bnf_description_of_kpp_lang.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Following is the BNF-like specification of the KPP language:

.. code-block:: text
program ::= module | module program
program ::= module | module program
module ::= section | command |inline_code
module ::= section | command |inline_code
section ::= #ATOMS atom_definition_list |
section ::= #ATOMS atom_definition_list |
#CHECK atom_list |
#DEFFIX species_definition_list |
#DEFVAR species_definition_list |
Expand All @@ -26,7 +26,7 @@ Following is the BNF-like specification of the KPP language:
#SETVAR species_list_plus |
#TRANSPORT species_list
command ::= #CHECKALL |
command ::= #CHECKALL |
#DECLARE [ SYMBOL | VALUE ] |
#DOUBLE [ ON | OFF ] |
#DRIVER driver_name |
Expand Down

0 comments on commit 0512334

Please sign in to comment.