slam dunk that minimum viable product vibe
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
// Copyright 2023 torque@epicyclic.dev
|
||||
//
|
||||
// Licensed under the MIT/Expat license. You may not use this file except in
|
||||
// compliance with the license. You may obtain a copy of the license at
|
||||
//
|
||||
// https://spdx.org/licenses/MIT.html
|
||||
//
|
||||
// This software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||
// CONDITIONS OF ANY KIND, either express or implied.
|
||||
|
||||
const std = @import("std");
|
||||
|
||||
const Diagnostics = @import("./parser.zig").Diagnostics;
|
||||
|
10
src/nice.zig
10
src/nice.zig
@@ -1,3 +1,13 @@
|
||||
// Copyright 2023 torque@epicyclic.dev
|
||||
//
|
||||
// Licensed under the MIT/Expat license. You may not use this file except in
|
||||
// compliance with the license. You may obtain a copy of the license at
|
||||
//
|
||||
// https://spdx.org/licenses/MIT.html
|
||||
//
|
||||
// This software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||
// CONDITIONS OF ANY KIND, either express or implied.
|
||||
|
||||
const std = @import("std");
|
||||
|
||||
pub const buffers = @import("./linebuffer.zig");
|
||||
|
@@ -1,3 +1,13 @@
|
||||
// Copyright 2023 torque@epicyclic.dev
|
||||
//
|
||||
// Licensed under the MIT/Expat license. You may not use this file except in
|
||||
// compliance with the license. You may obtain a copy of the license at
|
||||
//
|
||||
// https://spdx.org/licenses/MIT.html
|
||||
//
|
||||
// This software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||
// CONDITIONS OF ANY KIND, either express or implied.
|
||||
|
||||
const std = @import("std");
|
||||
|
||||
const buffers = @import("./linebuffer.zig");
|
||||
|
@@ -1,3 +1,13 @@
|
||||
// Copyright 2023 torque@epicyclic.dev
|
||||
//
|
||||
// Licensed under the MIT/Expat license. You may not use this file except in
|
||||
// compliance with the license. You may obtain a copy of the license at
|
||||
//
|
||||
// https://spdx.org/licenses/MIT.html
|
||||
//
|
||||
// This software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||
// CONDITIONS OF ANY KIND, either express or implied.
|
||||
|
||||
const std = @import("std");
|
||||
|
||||
const tokenizer = @import("../tokenizer.zig");
|
||||
|
@@ -1,3 +1,13 @@
|
||||
// Copyright 2023 torque@epicyclic.dev
|
||||
//
|
||||
// Licensed under the MIT/Expat license. You may not use this file except in
|
||||
// compliance with the license. You may obtain a copy of the license at
|
||||
//
|
||||
// https://spdx.org/licenses/MIT.html
|
||||
//
|
||||
// This software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||
// CONDITIONS OF ANY KIND, either express or implied.
|
||||
|
||||
const std = @import("std");
|
||||
|
||||
const Options = @import("../parser.zig").Options;
|
||||
|
@@ -1,3 +1,13 @@
|
||||
// Copyright 2023 torque@epicyclic.dev
|
||||
//
|
||||
// Licensed under the MIT/Expat license. You may not use this file except in
|
||||
// compliance with the license. You may obtain a copy of the license at
|
||||
//
|
||||
// https://spdx.org/licenses/MIT.html
|
||||
//
|
||||
// This software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||
// CONDITIONS OF ANY KIND, either express or implied.
|
||||
|
||||
const std = @import("std");
|
||||
|
||||
const Diagnostics = @import("./parser.zig").Diagnostics;
|
||||
|
Reference in New Issue
Block a user