Liking cljdoc? Tell your friends :D

stencil.infix

Parsing and evaluating infix algebraic expressions.

https://en.wikipedia.org/wiki/Shunting-yard_algorithm

Parsing and evaluating infix algebraic expressions.

https://en.wikipedia.org/wiki/Shunting-yard_algorithm
raw docstring

def-reduce-stepcljmacro

(def-reduce-step cmd args body)
source

digitsclj

A szam literalok igy kezdodnek

A szam literalok igy kezdodnek
sourceraw docstring

eval-rpnclj

(eval-rpn bindings tokens)
(eval-rpn bindings default-function tokens)
source

identifierclj

Characters found in an identifier

Characters found in an identifier
sourceraw docstring

operation-tokensclj

Operator precedences.

source: http://en.cppreference.com/w/cpp/language/operator_precedence
sourceraw docstring

opsclj

source

ops2clj

source

parseclj

source

read-numberclj

(read-number characters)

Beolvas egy szamot. Visszad egy ketelemu vektort, ahol az elso elem a beolvasott szam, a masodik elem a maradek karakter szekvencia. A beolvasott szam vagy Double vagy Long.

Beolvas egy szamot.
Visszad egy ketelemu vektort, ahol az elso elem a beolvasott szam,
a masodik elem a maradek karakter szekvencia.
A beolvasott szam vagy Double vagy Long.
sourceraw docstring

read-string-literalclj

(read-string-literal characters)

Beolvas egy string literalt. Visszaad egy ketelemu vektort, ahol az elso elem a beolvasott string literal, a masodik elem a maradek karakter szekvencia.

Beolvas egy string literalt.
Visszaad egy ketelemu vektort, ahol az elso elem a beolvasott string literal,
a masodik elem a maradek karakter szekvencia.
sourceraw docstring

reduce-step-dispatchclj

(reduce-step-dispatch _ cmd)
source

tokenizeclj

(tokenize original-string)

Az eredeti stringbol token listat csinal.

Az eredeti stringbol token listat csinal.
sourceraw docstring

tokens->rpnclj

(tokens->rpn tokens)

Classic Shunting-Yard Algorithm extension to handle vararg fn calls.

Classic Shunting-Yard Algorithm extension to handle vararg fn calls.
sourceraw docstring

validate-rpnclj

(validate-rpn rpn)
source

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

× close