-
Follow [our own](https://github.com/vlang/v/blob/master/doc/docs.md#writing-documentation) godoc inspired guidelines (vdoc guidelines) and: https://blog.golang.org/godoc
You can use `v missdoc ` to…
-
Hi, this library is nice! Good work! Though it has many advanced C++ template code which is a bit hard for me.
Back to my question, I mean in my application, I have my own lexer(mainly the C-prepro…
-
Some things me might want to hide:
- `Mode`
- `Check`/`Emit`/etc.
- `Parser::go`/`Parser::go_check`/`Parser::go_emit`/etc.
- `InputRef`
- Most of `Input` (`Input::next_maybe`, for example)
H…
-
* Inhalte
* Meilensteine
* Prüfungsleistungen/-kriterien
cagix updated
1 month ago
-
@FGRibreau
I don't plan to start working on this any time soon but I am definitely interested in making a blueprint for the next Mr. Doc. This will definitely require some help because I'm pretty mu…
-
``` zig
const Builder = @import("std").build.Builder;
const Mode = @import("builtin").Mode;
pub fn build(b: *Builder) void {
const target = b.standardTargetOptions(.{
.default_targe…
-
### 什么是状态机(FSM)?
> 状态机(Finite State Machine)是有限状态自动机的简称,是现实事物运行规则抽象而成的一个数学模型。
字面上讲它是用来管理状态的,状态数量是有限的,并且可以自动执行,即给定一个当前状态与输入,可以明确得到输出状态,当然他不是一个机器,而是一个数学模型。
它有四个概念:
- State(状态):一个状态机至少要包含两个状态…
-
## Motivation
Some functions are so simple, such as type-guard function in TypeScript, that they don't really need their parameters to be typed. For example:
```ts
/** Determines if the v…
-
In trying to get to the bottom of #99, I steeled myself for what I imagined would be unpleasant work of digging through custom parser code to find out the actual jsdoc manner of parsing types and was …
-
@pfalcon
Just pinging you to make you aware of the fact that I decided to create a somewhat general system for creating extensions for python.
Currently, alot is still TODO, but the (very) basi…