janet-lang / janet-lang.org

Website for janet
https://janet-lang.org
MIT License
90 stars 59 forks source link

Extra dots in some operator symbols in ref table for abstract machine instructions? #198

Closed sogaiu closed 11 months ago

sogaiu commented 1 year ago

There are some operators in the description column of the reference table for the abstract machine's intructions that start with a dot:

$dest = $lhs .>= $rhs
$dest = $lhs .> im
$dest = $lhs .<= $rhs
$dest = $lhs .< im

May be these dots are not intentional?