Liking cljdoc? Tell your friends :D

active.ephemerol.scanner-run


copy-positionclj

(copy-position pos)
source

eof-scan-errorclj

source

eol-action-at-eolclj

(eol-action-at-eol rec__2033__auto__)

Access the at-eol field from a EolAction record.

Access the `at-eol` field from a `EolAction` record.
sourceraw docstring

eol-action-vanillaclj

(eol-action-vanilla rec__2033__auto__)

Access the vanilla field from a EolAction record.

Access the `vanilla` field from a `EolAction` record.
sourceraw docstring

eol-action?clj

(eol-action? x__2036__auto__)

Is object a EolAction record?

Is object a EolAction record?
sourceraw docstring

EolActionclj

source

make-eol-actionclj

(make-eol-action at-eol vanilla)

Construct a EolAction record.

Construct a `EolAction` record.
sourceraw docstring

make-positionclj

(make-position r c)
source

make-scan-errorclj

(make-scan-error cause)

Construct a ScanError record.

Construct a `ScanError` record.
sourceraw docstring

make-scan-oneclj

(make-scan-one scanner)
source

make-scan-resultclj

(make-scan-result data input input-position)

Construct a ScanResult record.

Construct a `ScanResult` record.
sourceraw docstring

make-scannerclj

(make-scanner automaton
              bot-state?
              states
              final
              partition-size
              partition-bits
              indices
              encodings
              eof-action)

Construct a Scanner record.

Construct a `Scanner` record.
sourceraw docstring

position-columnclj

(position-column p)
source

position-rowclj

(position-row p)
source

position=?clj

(position=? pos1 pos2)
source

read-scalar-valueclj

(read-scalar-value r)
source

reader->listclj

(reader->list r)
source

reverse-list->stringclj

(reverse-list->string rlis)
source

scan-error-causeclj

(scan-error-cause rec__2033__auto__)

Access the cause field from a ScanError record.

Access the `cause` field from a `ScanError` record.
sourceraw docstring

scan-error?clj

(scan-error? x__2036__auto__)

Is object a ScanError record?

Is object a ScanError record?
sourceraw docstring

scan-result-dataclj

(scan-result-data rec__2033__auto__)

Access the data field from a ScanResult record.

Access the `data` field from a `ScanResult` record.
sourceraw docstring

scan-result-inputclj

(scan-result-input rec__2033__auto__)

Access the input field from a ScanResult record.

Access the `input` field from a `ScanResult` record.
sourceraw docstring

scan-result-input-positionclj

(scan-result-input-position rec__2033__auto__)

Access the input-position field from a ScanResult record.

Access the `input-position` field from a `ScanResult` record.
sourceraw docstring

scan-result?clj

(scan-result? x__2036__auto__)

Is object a ScanResult record?

Is object a ScanResult record?
sourceraw docstring

scan-to-listclj

(scan-to-list scan-one input input-position)
source

ScanErrorclj

source

Scannerclj

source

scanner->expressionclj

(scanner->expression scanner)
source

scanner-automatonclj

(scanner-automaton rec__2033__auto__)

Access the automaton field from a Scanner record.

Access the `automaton` field from a `Scanner` record.
sourceraw docstring

scanner-bot-state?clj

(scanner-bot-state? rec__2033__auto__)

Access the bot-state? field from a Scanner record.

Access the `bot-state?` field from a `Scanner` record.
sourceraw docstring

scanner-encodingsclj

(scanner-encodings rec__2033__auto__)

Access the encodings field from a Scanner record.

Access the `encodings` field from a `Scanner` record.
sourceraw docstring

scanner-eof-actionclj

(scanner-eof-action rec__2033__auto__)

Access the eof-action field from a Scanner record.

Access the `eof-action` field from a `Scanner` record.
sourceraw docstring

scanner-finalclj

(scanner-final rec__2033__auto__)

Access the final field from a Scanner record.

Access the `final` field from a `Scanner` record.
sourceraw docstring

scanner-indicesclj

(scanner-indices rec__2033__auto__)

Access the indices field from a Scanner record.

Access the `indices` field from a `Scanner` record.
sourceraw docstring

scanner-partition-bitsclj

(scanner-partition-bits rec__2033__auto__)

Access the partition-bits field from a Scanner record.

Access the `partition-bits` field from a `Scanner` record.
sourceraw docstring

scanner-partition-sizeclj

(scanner-partition-size rec__2033__auto__)

Access the partition-size field from a Scanner record.

Access the `partition-size` field from a `Scanner` record.
sourceraw docstring

scanner-statesclj

(scanner-states rec__2033__auto__)

Access the states field from a Scanner record.

Access the `states` field from a `Scanner` record.
sourceraw docstring

scanner?clj

(scanner? x__2036__auto__)

Is object a Scanner record?

Is object a Scanner record?
sourceraw docstring

ScanResultclj

source

set-position-column!clj

(set-position-column! p c)
source

set-position-row!clj

(set-position-row! p r)
source

string->listclj

(string->list str)
source

stuck-scan-errorclj

source

update-position!clj

(update-position! pos ch)
source

write-scanner-nsclj

(write-scanner-ns scanner ns-name reqs writer-arg)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close