Skip to content

Latest commit

 

History

History
388 lines (221 loc) · 2.74 KB

File metadata and controls

388 lines (221 loc) · 2.74 KB

API Reference

Generated by nulang --doc. Do not edit by hand.

compiler_core

Functions

parse_primary

fn parse_primary(tokens: Int, pos: Int) -> Int

eval_add

fn eval_add(a: Int, b: Int) -> Int

main

fn main()

host

Functions

run_compiler

fn run_compiler() -> Int

main

fn main()

self_test

Functions

fib

fn fib(n: Int) -> Int

main

fn main()

actor_spawn

Functions

main

fn main()

Actors

Counter

actor Counter

bool

Functions

main

fn main()

core_math

Functions

main

fn main()

error_syntax

Functions

main

fn main()

error_type

Functions

main

fn main()

error_undefined

Functions

main

fn main()

fib

Functions

fib

fn fib(n: Int) -> Int

main

fn main()

lambda

Functions

main

fn main()

let_bind

Functions

main

fn main()

match_wildcard

Functions

main

fn main()

parse_error

Functions

main

fn main(

record

Functions

main

fn main()

string

Functions

main

fn main()

variant

Functions

main

fn main()

Types

Option

type Option[T] = Some(T) | None

negative_core

Functions

main

fn main()

positive_core

Functions

main

fn main()

counter_actor

Actors

Counter

actor Counter

link_monitor

Functions

main

fn main()

Actors

Watcher

actor Watcher

Victim

actor Victim

pipeline

Functions

main

fn main()

receive

Functions

main

fn main()

Actors

Echo

actor Echo

MainActor

actor MainActor

tcp_connection

Functions

main

fn main()

Actors

TcpConnection

actor TcpConnection

variant_option

Functions

unwrap_or

fn unwrap_or(o: Option[Int], default: Int) -> Int

Types

Option

type Option[T] = Some(T) | None

worker_pool

Functions

main

fn main()

Actors

PoolWorker

actor PoolWorker