index
:
neb-python
master
a lisp, sorta
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lexer.py
Commit message (
Collapse
)
Author
Age
*
refactor: make neb a module
mryouse
2022-06-18
|
*
remove extra token types
mryouse
2022-06-18
|
*
remove redundant main() from lexer
mryouse
2022-06-18
|
*
make LexError a NebPanic, and fix lexing errors with :bools
mryouse
2022-06-18
|
*
variadic functions
mryouse
2022-06-17
|
*
refactor: take type hints from user in function args
mryouse
2022-06-16
|
*
bugfix: support escaped double quotes in strings
mryouse
2022-06-11
|
*
add string escapes
mryouse
2022-06-11
|
*
bugfix: since :string can contain newline, count them correctly
mryouse
2022-06-05
|
*
lex comments (ignore them)
mryouse
2022-05-23
|
*
refactor: structs into their own file
mryouse
2022-05-22
|
*
lex and parse types
mryouse
2022-05-21
|
*
implement pipe
mryouse
2022-05-21
|
*
for-count implementation
mryouse
2022-05-21
|
*
bugfix: symbols and numbers
mryouse
2022-05-19
|
*
add hash to front of boolean
mryouse
2022-05-18
|
*
rewrite of lexer, using a measured approach
mryouse
2022-05-18
|
*
add a shell-pipe command
mryouse
2022-05-13
|
*
lists? not sure if they fully work, but somewhat
mryouse
2022-05-13
|
*
refactor types using inheritance
mryouse
2022-05-12
|
*
more available punctuation for symbols
mryouse
2022-05-10
|
*
add '+' functions, fix lexer so they're not numeric
mryouse
2022-05-10
|
*
initial commit
mryouse
2022-05-10