regulus 0.0.14

A simple, interpreted language with very simple syntax and zero dependencies
Documentation
1
2
3
4
5
6
7
# TODO: proper API

# Returns the current time in seconds (Unix epoch) as an integer.
def(now, __builtin_now()),

# Returns the nanosecond part of the current time as an integer.
def(now_nanos_part, __builtin_now_nanos_part()),