summaryrefslogtreecommitdiff
path: root/tnslc
AgeCommit message (Expand)Author
2024-03-30copy file exampleKyle Gunger
2024-03-30in_csv functionKyle Gunger
2024-03-29int and string conversion algoKyle Gunger
2024-03-29File read testKyle Gunger
2024-03-28Fix version numberKyle Gunger
2024-03-28Vector updatesKyle Gunger
2024-03-26vector bugfixKyle Gunger
2024-03-26Update tnslc's readmeKyle Gunger
2024-03-26generator funcKyle Gunger
2024-03-26Better helloKyle Gunger
2024-03-26Hello worldKyle Gunger
2024-03-26fix linux cwrapKyle Gunger
2024-03-25Remove old parser filesKyle Gunger
2024-02-08Update license noticesKyle Gunger
2023-09-18stuffKyle Gunger
2023-09-13a few string operationsKyle Gunger
2023-09-12Fix structs, seperate other compiler funcsKyle Gunger
2023-09-09Wrapped version of just the tokenizerKyle Gunger
2023-08-31Updates to include new c_wrapKyle Gunger
2023-08-29Find typeKyle Gunger
2023-08-24change in_csv to return an indexKyle Gunger
2023-08-17Change how CompData writes to a fileKyle Gunger
2023-08-13Fix issue with vectorKyle Gunger
2023-08-10Re-implement tokenizer functionalityKyle Gunger
2023-08-10Fix allocation logicKyle Gunger
2023-08-10Finish path structKyle Gunger
2023-08-06Frame out port of compilerKyle Gunger
2023-08-05Test file for basic token parsingKyle Gunger
2023-08-05Fix weird augments like 'len' and 'is'Kyle Gunger
2023-08-05Done with tokenizer for native compilerKyle Gunger
2023-08-05Fix issue with cf block conditionalsKyle Gunger
2023-08-04Separate str literal generation into functionKyle Gunger
2023-08-04Slightly better tokenization for tnsl_wrappedKyle Gunger
2023-08-04Add tests to tokenizerKyle Gunger
2023-07-31Fix returns from functions without outputsKyle Gunger
2023-07-26Division fixesKyle Gunger
2023-07-07Returns inside of complex operationsKyle Gunger
2023-05-21Else if fixesKyle Gunger
2023-05-20File copy exampleKyle Gunger
2023-05-20Initial boolean and/orKyle Gunger
2023-05-20Clean up else/else ifKyle Gunger
2023-05-20Re-work if/else/loopKyle Gunger
2023-05-19Updated enum checkingKyle Gunger
2023-05-18Rename fileKyle Gunger
2023-05-18File reading/writingKyle Gunger
2023-05-15Separate artifactsKyle Gunger
2023-05-15Fix initial struct callingKyle Gunger
2023-05-15Fixed struct returns (struct calls still do not work)Kyle Gunger
2023-05-14Fix an issue with tmp vars of ref typeKyle Gunger
2023-05-14Indexing and proper string decompKyle Gunger