update
This commit is contained in:
parent
fe22cc7665
commit
56a6e78765
16 changed files with 18 additions and 289 deletions
|
@ -1,5 +0,0 @@
|
|||
Expr <- Sum
|
||||
Sum <- Product (('+' / '-') Product)*
|
||||
Product <- Power (('*' / '/') Power)*
|
||||
Power <- Value ('^' Power)?
|
||||
Value <- [0-9]+ / '(' Expr ')'
|
13
06/kitty
13
06/kitty
|
@ -1,13 +0,0 @@
|
|||
new_tab code
|
||||
layout horizontal
|
||||
launch --title "code" bash
|
||||
|
||||
new_tab terminal
|
||||
layout horizontal
|
||||
launch bash
|
||||
|
||||
new_tab ranger
|
||||
enabled_layouts horizontal,stack
|
||||
layout horizontal
|
||||
launch ranger
|
||||
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
|
||||
|
||||
pub fn main() void {
|
||||
const x = 0;
|
||||
}
|
||||
const x = 0;
|
||||
if (x) {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue