Finally finished sketching out the new version, lets get on the compile errors
This commit is contained in:
@@ -13,7 +13,7 @@ with partial evaluation during compilation to make it efficient.
|
|||||||
|
|
||||||
koka_bench: Licensed under Apache-2.0, as they are derived from the benchmarks of the Koka project, see the readme and license in koka_bench for more, or https://github.com/koka-lang/koka for the source project.
|
koka_bench: Licensed under Apache-2.0, as they are derived from the benchmarks of the Koka project, see the readme and license in koka_bench for more, or https://github.com/koka-lang/koka for the source project.
|
||||||
|
|
||||||
Kraken (everything else besides the benchmarks in koka_bench) Licensed under
|
Kraken (everything else besides the benchmarks in koka_bench, and Recursive/CodeJar/Highlight.js in website/) Licensed under
|
||||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
|
|
||||||
Note: This license is designed to provide: a) a simple permissive license; b) that is compatible with the GNU General Public License (GPL), version 2; and c) which also has an express patent grant included.
|
Note: This license is designed to provide: a) a simple permissive license; b) that is compatible with the GNU General Public License (GPL), version 2; and c) which also has an express patent grant included.
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ build = "build.rs"
|
|||||||
lalrpop-util = {version="0.19.7", features=["lexer"]}
|
lalrpop-util = {version="0.19.7", features=["lexer"]}
|
||||||
regex = "1"
|
regex = "1"
|
||||||
once_cell = "1.17.0"
|
once_cell = "1.17.0"
|
||||||
|
anyhow = "1"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
lalrpop = "0.19.7"
|
lalrpop = "0.19.7"
|
||||||
|
|||||||
644
kr/src/pe_ast.rs
644
kr/src/pe_ast.rs
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user