summary refs log tree commit diff stats
path: root/compiler/patterns.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #4371Andreas Rumpf2016-07-081-1/+1
* Fixed tr pattern matching for varargsYuriy Glukhov2016-04-071-1/+1
* compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-5/+5
* Introduce {.noRewrite.} expr pragma disabling TRAdam Strzelecki2015-06-021-1/+3
* Fix typosFederico Ceratto2015-02-151-2/+2
* fixes #206Araq2014-11-161-1/+1
* Nimrod renamed to NimAraq2014-08-281-1/+1
* fixes #1285Araq2014-06-301-1/+1
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-2/+2
* case consistency part 4Araq2013-12-271-6/+6
* improvements for TR macrosAraq2013-09-171-9/+0
* lazy paths for Babel supportAraq2012-12-111-0/+9
* constraint now part of the parameter symbol and not of the typeAraq2012-12-051-2/+2
* tr macros now documentedAraq2012-09-101-1/+1
* first steps to deprecate 'nil' statementAraq2012-09-091-3/+0
* tmatrix.nim works nowAraq2012-09-081-9/+21
* term rewriting improvementsAraq2012-09-081-25/+59
* activated tests for tr macrosAraq2012-09-061-13/+18
* bugfixes and improvements for term rewriting macrosAraq2012-09-041-10/+19
* further improvements for term rewriting macrosAraq2012-09-041-20/+11
* term rewriting macros fully implemented; still buggyAraq2012-09-031-44/+156
* next steps towards term rewriting macros; simple examples workAraq2012-08-301-5/+11
* first steps towards term rewriting macrosAraq2012-08-301-0/+128
ight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
                       ━━━━━━━━━━━━━━━━━━━━━━━━━
                                 TAURUS
                        Taurus parses Call logs

                                Andinus
                       ━━━━━━━━━━━━━━━━━━━━━━━━━


Table of Contents
─────────────────

Installation
Documentation
News


━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 Website          <https://andinus.nand.sh/taurus>
 Source           <https://git.tilde.institute/andinus/taurus>
 GitHub (mirror)  <https://github.com/andinus/taurus>
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━


Installation
════════════

  Taurus is released to `fez', you can get it from there or install it
  from source. In any case, `zef' is required to install the
  distribution.

  You can run Taurus without `zef'. Just run `raku -Ilib bin/taurus'
  from within the source directory.


Release
───────

  1. Run `zef install taurus'.

  Taurus should be installed, try running `taurus --version' to confirm.


From Source
───────────

  You can either download the release archive generated by cgit/GitHub
  or clone the project if you have `git' installed.


Without `git'
╌╌╌╌╌╌╌╌╌╌╌╌╌

  1. Download the release:
     • <https://git.tilde.institute/andinus/taurus>
     • <https://github.com/andinus/taurus/releases>
  2. Extract the file.
  3. Run `zef install .' in source directory.


With `git'
╌╌╌╌╌╌╌╌╌╌

  All commits will be signed by my [PGP Key].

  ┌────
  │ # Clone the project.
  │ git clone https://git.tilde.institute/andinus/taurus
  │ cd taurus
  │
  │ # Install taurus.
  │ zef install .
  └────


[PGP Key]
<https://andinus.nand.sh/static/D9AE4AEEE1F1B3598E81D9DFB67D55D482A799FD.asc>


Documentation
═════════════

  Taurus parses Call logs exported by [OpenContacts]. Get the
  application from F-Droid and export the call logs by selecting /More/,
  then /Export call log/ from the three dot menu on top right.


[OpenContacts]
<https://f-droid.org/en/packages/opencontacts.open.com.opencontacts/>

Implementation
──────────────

  It parses the exported log file line by line, stores them & presents
  an interface.


Options
───────

log
╌╌╌

  Exported log file.


digits
╌╌╌╌╌╌

  Number of significant digits in phone numbers. Default is set to 10.
  If the number of digits is less than significant digits then the
  number is discarded, if it's more then the initial extra digits are
  discarded (Country Code, etc.).


News
════

v0.1.0 - 2021-08-15
───────────────────

  Initial Implementation.

  ⁃ Present overall stats.
  ⁃ Displays contact specific stats.
    ⁃ Outgoing
    ⁃ Incoming
    ⁃ Total Call Time
    ⁃ Declined
    ⁃ They Declined
    ⁃ Missed Calls